MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / x86UNIXRead

Function x86UNIXRead

engine/source/platformEmscripten/EmscriptenFileio.cpp:1208–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206}
1207
1208ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes)
1209{
1210 return read(fd, buf, nbytes);
1211}
1212
1213ssize_t x86UNIXWrite(int fd, const void *buf, size_t nbytes)
1214{

Callers 2

CopyFileFunction · 0.70
readMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected