7 lines
89 B
C
7 lines
89 B
C
#ifndef PREPROCESS_H
|
|
#define PREPROCESS_H
|
|
|
|
defn_t *lookup_define (const char *);
|
|
|
|
#endif
|