MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / println

Method println

include/chaiscript/dispatchkit/bootstrap.hpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 static void println(const std::string &s)
211 {
212 puts(s.c_str());
213 }
214
215
216 /// Add all arithmetic operators for PODs

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected