MCPcopy Create free account
hub / github.com/anjo76/angelscript / print

Function print

sdk/samples/console/source/main.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void print(const string &s)
127{
128 cout << s << endl;
129}
130
131void MessageCallback(const asSMessageInfo *msg, void *param)
132{

Callers 1

mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected