MCPcopy 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
3349static void clearerr(FILE *stream)
3350{
3351 stdio_lock(stream, /*void*/);
3352 clearerr_unlocked(stream);
3353 stdio_unlock(stream);
3354}
3355
3356static int ferror_unlocked(FILE *stream)
3357{

Callers 3

test_stdioFunction · 0.85
entryFunction · 0.85
entryFunction · 0.85

Calls 1

clearerr_unlockedFunction · 0.85

Tested by 1

test_stdioFunction · 0.68