Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ print
Method
print
include/chaiscript/dispatchkit/bootstrap.hpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
static void print(const std::string &s)
206
{
207
fwrite(s.c_str(), 1, s.size(), stdout);
208
}
209
210
static void println(const std::string &s)
211
{
Callers
nothing calls this directly
Calls
2
c_str
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected