MCPcopy 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
1198int x86UNIXOpen(const char *path, int oflag)
1199{
1200 return open(path, oflag, 0666);
1201}
1202
1203int x86UNIXClose(int fd)
1204{

Callers 2

CopyFileFunction · 0.70
openMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected