MCPcopy Create free account
hub / github.com/WheretIB/nullc / WriteToConsole

Function WriteToConsole

NULLC/includes/io.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 int abs(int x){ return x < 0 ? -x : x; }
34
35 void WriteToConsole(NULLCArray data)
36 {
37 InitConsole();
38 printf("%s", data.ptr);
39 }
40
41 void WriteLongConsole(long long number, int base)
42 {

Callers

nothing calls this directly

Calls 1

InitConsoleFunction · 0.85

Tested by

no test coverage detected