Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
int x86UNIXClose(int fd)
41
{
42
return close(fd);
43
}
44
45
ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes)
46
{
Callers
2
CopyFile
Function · 0.85
close
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected