9 lines
114 B
C
9 lines
114 B
C
|
|
#ifndef DEBUG_H_
|
||
|
|
#define DEBUG_H_
|
||
|
|
|
||
|
|
struct ivy_token;
|
||
|
|
|
||
|
|
extern void print_lex_token(struct ivy_token *tok);
|
||
|
|
|
||
|
|
#endif
|