Add ygg_debug_trace(2)

This commit is contained in:
Mark
2020-07-20 17:08:08 +03:00
parent ee5b901eac
commit 1ab3bdff71
2 changed files with 22 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
void ygg_debug_trace(const char *msg, ...);