10 lines
136 B
C
10 lines
136 B
C
|
#ifndef NVPARSE_EXTERNS_H
|
||
|
#define NVPARSE_EXTERNS_H
|
||
|
|
||
|
extern nvparse_errors errors;
|
||
|
extern int line_number;
|
||
|
extern char * myin;
|
||
|
|
||
|
|
||
|
#endif
|