Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3356
static int ferror_unlocked(FILE *stream)
3357
{
3358
return (stream->flags & STDIO_FLAG_ERROR? 1: 0);
3359
}
3360
3361
static int ferror(FILE *stream)
3362
{
Callers
3
ferror
Function · 0.85
fgets_unlocked
Function · 0.85
fread_unlocked
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected