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

Class File

NULLC/includes/file.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#pragma pack(push, 4)
14 struct File
15 {
16 int flag;
17 FILE *handle;
18 };
19#pragma pack(pop)
20
21 File FileCreateEmpty()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected