MCPcopy Create free account
hub / github.com/GJDuck/e9patch / ferror_unlocked

Function ferror_unlocked

examples/stdlib.c:3356–3359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3354}
3355
3356static int ferror_unlocked(FILE *stream)
3357{
3358 return (stream->flags & STDIO_FLAG_ERROR? 1: 0);
3359}
3360
3361static int ferror(FILE *stream)
3362{

Callers 3

ferrorFunction · 0.85
fgets_unlockedFunction · 0.85
fread_unlockedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected