MCPcopy Create free account
hub / github.com/WheretIB/nullc / File__

Function File__

NULLC/translation/std_file_bind.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11#pragma pack(pop)
12File File__(void* unused)
13{
14 File ret;
15 ret.flag = 0;
16 ret.id = NULL;
17 return ret;
18}
19#define FILE_OPENED 1
20File File__(NULLCArray<char> name, NULLCArray<char> access, void* unused)
21{

Callers

nothing calls this directly

Calls 1

nullcThrowErrorFunction · 0.70

Tested by

no test coverage detected