Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ DeInitConsole
Function
DeInitConsole
NULLC/includes/io.cpp:26–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void DeInitConsole()
27
{
28
#if defined(_MSC_VER)
29
FreeConsole();
30
#endif
31
}
32
33
int abs(int x){ return x < 0 ? -x : x; }
34
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected