Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ Write
Function
Write
NULLC/translation/std_io_bind.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void Write(NULLCArray<char > buf, void* unused)
86
{
87
fwrite(buf.ptr, 1, buf.size, stdout);
88
}
89
90
void SetConsoleCursorPos(int x, int y, void* unused)
91
{
Callers
1
__operatorShiftLeft
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected