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

Function x86UNIXWrite

engine/source/platformEmscripten/EmscriptenFileio.cpp:1213–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211}
1212
1213ssize_t x86UNIXWrite(int fd, const void *buf, size_t nbytes)
1214{
1215 return write(fd, buf, nbytes);
1216}

Callers 2

CopyFileFunction · 0.70
writeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected