MCPcopy 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
249int io_error(IOHANDLE io)
250{
251 return ferror((FILE *)io);
252}
253
254IOHANDLE io_stdin()
255{

Callers 1

aio_threadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected