Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ WriteToConsoleExact
Function
WriteToConsoleExact
NULLC/includes/io.cpp:116–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void WriteToConsoleExact(NULLCArray data)
117
{
118
InitConsole();
119
fwrite(data.ptr, 1, data.len, stdout);
120
}
121
122
void SetConsoleCursorPos(int x, int y)
123
{
Callers
nothing calls this directly
Calls
1
InitConsole
Function · 0.85
Tested by
no test coverage detected