util/dprintf.c: Add debug printf

This commit is contained in:
Tau
2018-11-07 16:38:24 -05:00
parent d6eeec637c
commit 91a08b6abb
3 changed files with 87 additions and 0 deletions

View File

@ -7,5 +7,7 @@ util_lib = static_library(
capnhook.get_variable('hook_dep'),
],
sources : [
'dprintf.c',
'dprintf.h',
],
)