Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ ReadIntFromConsole
Function
ReadIntFromConsole
NULLC/includes/io.cpp:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void ReadIntFromConsole(int* val)
91
{
92
InitConsole();
93
scanf(
"%d"
, val);
94
}
95
96
int ReadTextFromConsole(NULLCArray data)
97
{
Callers
nothing calls this directly
Calls
1
InitConsole
Function · 0.85
Tested by
no test coverage detected