MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / lputs

Function lputs

jni/stasm/print.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99// and does not append a newline.
100
101void lputs(const char* s)
102{
103 printf("%s", s);
104 fflush(stdout); // flush so if there is a crash we can see what happened
105 logprintf("%s", s);
106}
107
108// Print message only once on the screen, and only 100 times to the log file.
109// This is used when similar messages could be printed many times and it

Callers 1

stasm_printfFunction · 0.85

Calls 1

logprintfFunction · 0.85

Tested by

no test coverage detected