Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ io_error
Function
io_error
src/base/io.cpp:249–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
int io_error(IOHANDLE io)
250
{
251
return ferror((FILE *)io);
252
}
253
254
IOHANDLE io_stdin()
255
{
Callers
1
aio_thread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected