/ test / header_overrides / debug.h
debug.h
1  #pragma once
2  
3  #include <stdio.h>
4  #define debug_printf(...) printf(__VA_ARGS__)