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

Function x86UNIXClose

engine/source/platformEmscripten/EmscriptenFileio.cpp:1203–1206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201}
1202
1203int x86UNIXClose(int fd)
1204{
1205 return close(fd);
1206}
1207
1208ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes)
1209{

Callers 2

CopyFileFunction · 0.70
closeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected