Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ WriteCharConsole
Function
WriteCharConsole
NULLC/includes/io.cpp:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void WriteCharConsole(char ch)
85
{
86
InitConsole();
87
printf(
"%c"
, ch);
88
}
89
90
void ReadIntFromConsole(int* val)
91
{
Callers
nothing calls this directly
Calls
1
InitConsole
Function · 0.85
Tested by
no test coverage detected