Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ clearerr
Function
clearerr
examples/stdlib.c:3349–3354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3347
}
3348
3349
static void clearerr(FILE *stream)
3350
{
3351
stdio_lock(stream, /*void*/);
3352
clearerr_unlocked(stream);
3353
stdio_unlock(stream);
3354
}
3355
3356
static int ferror_unlocked(FILE *stream)
3357
{
Callers
3
test_stdio
Function · 0.85
entry
Function · 0.85
entry
Function · 0.85
Calls
1
clearerr_unlocked
Function · 0.85
Tested by
1
test_stdio
Function · 0.68