MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / klog

Function klog

source/util/log.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void klog(const char* msg) {
60 internal_log(BString::copy(msg) + "\n", stdout);
61}
62
63void klog_nonewline(const char* msg) {
64 internal_log(BString::copy(msg), stdout);

Callers 15

generateSourceFunction · 0.85
sidt_mem16Function · 0.85
sidt_mem32Function · 0.85
sgdt_mem16Function · 0.85
sgdt_mem32Function · 0.85
normal_sidtFunction · 0.85
updateVertexPointerFunction · 0.85
setTimesMethod · 0.85
applyMethod · 0.85
parseStartupArgsMethod · 0.85
boxedmainFunction · 0.85
doMainLoopFunction · 0.85

Calls 1

internal_logFunction · 0.85

Tested by

no test coverage detected