Codebase list ohcount / 85ef4224-9298-4dc6-8a5a-b1f66d4179b3/main src / log.h
85ef4224-9298-4dc6-8a5a-b1f66d4179b3/main

Tree @85ef4224-9298-4dc6-8a5a-b1f66d4179b3/main (Download .tar.gz)

log.h @85ef4224-9298-4dc6-8a5a-b1f66d4179b3/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);