Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ WriteIntConsole
Function
WriteIntConsole
NULLC/includes/io.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void WriteIntConsole(int number, int base)
74
{
75
WriteLongConsole(number, base);
76
}
77
78
void WriteDoubleConsole(double num)
79
{
Callers
nothing calls this directly
Calls
1
WriteLongConsole
Function · 0.85
Tested by
no test coverage detected