Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1203
int x86UNIXClose(int fd)
1204
{
1205
return close(fd);
1206
}
1207
1208
ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes)
1209
{
Callers
2
CopyFile
Function · 0.70
close
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected