mirror of
https://git.checksum.fail/alec/Web.git
synced 2026-05-26 21:32:12 +00:00
6 lines
103 B
HolyC
6 lines
103 B
HolyC
U0 @debug(U8 *fmt, ...) {
|
|
U8 *buf = StrPrintJoin(NULL, fmt, argc, argv);
|
|
PutS(buf);
|
|
Free(buf);
|
|
}
|