MCPcopy 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
85void Write(NULLCArray<char > buf, void* unused)
86{
87 fwrite(buf.ptr, 1, buf.size, stdout);
88}
89
90void SetConsoleCursorPos(int x, int y, void* unused)
91{

Callers 1

__operatorShiftLeftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected