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

Function x86UNIXOpen

Engine/source/platformPOSIX/POSIXIO.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <dirent.h>
34
35int x86UNIXOpen(const char *path, int oflag)
36{
37 return open(path, oflag, 0666);
38}
39
40int x86UNIXClose(int fd)
41{

Callers 2

CopyFileFunction · 0.85
openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected