Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ x86UNIXOpen
Function
x86UNIXOpen
engine/source/platformEmscripten/EmscriptenFileio.cpp:1198–1201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1196
//-----------------------------------------------------------------------------
1197
1198
int x86UNIXOpen(const char *path, int oflag)
1199
{
1200
return open(path, oflag, 0666);
1201
}
1202
1203
int x86UNIXClose(int fd)
1204
{
Callers
2
CopyFile
Function · 0.70
open
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected