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

Function kwarn

source/util/log.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void kwarn(const char* msg) {
56 internal_log(BString::copy(msg) + "\n", stdout);
57}
58
59void klog(const char* msg) {
60 internal_log(BString::copy(msg) + "\n", stdout);

Callers 15

cpuidFunction · 0.85
CPU_CHECK_CONDFunction · 0.85
getMappedBufferAddressFunction · 0.85
mapBufferRangeFunction · 0.85
createWindowMethod · 0.85
parseStartupArgsMethod · 0.85
loadDataFunction · 0.85
extractIconFromExeFunction · 0.85
mapWindowMethod · 0.85
x11_FreeColorsFunction · 0.85

Calls 1

internal_logFunction · 0.85

Tested by

no test coverage detected