Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ WriteDoubleConsole
Function
WriteDoubleConsole
NULLC/includes/io.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void WriteDoubleConsole(double num)
79
{
80
InitConsole();
81
printf(
"%.12f"
, num);
82
}
83
84
void WriteCharConsole(char ch)
85
{
Callers
nothing calls this directly
Calls
1
InitConsole
Function · 0.85
Tested by
no test coverage detected