Codebase list ohcount / 78cfc95f-7386-42a8-9c13-3be662a077b3/main src / log.h
78cfc95f-7386-42a8-9c13-3be662a077b3/main

Tree @78cfc95f-7386-42a8-9c13-3be662a077b3/main (Download .tar.gz)

log.h @78cfc95f-7386-42a8-9c13-3be662a077b3/mainraw · history · blame

1
2
3
#define log_it(log)  {} /* by default, do nothing, to use this to debug
											* uncomment the line below */
//void log_it(char *log);