aboutsummaryrefslogtreecommitdiff
path: root/compiler/log.h
blob: fcfbffef37984b8a54af7dc95435e874cca1c6b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _H_LOG
#define _H_LOG

#define LOG_DEBUG 1

#define LOG_LEVEL 0

void log_debug(char*);

#endif