MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / x86UNIXClose

Function x86UNIXClose

Engine/source/platformPOSIX/POSIXIO.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40int x86UNIXClose(int fd)
41{
42 return close(fd);
43}
44
45ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes)
46{

Callers 2

CopyFileFunction · 0.85
closeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected