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

Function ulonglong

unittests/compiled_tests.cpp:872–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870}
871
872void ulonglong(unsigned long long i) {
873 std::cout << i << '\n';
874}
875
876
877void longlong(long long i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected