7 lines
72 B
C
7 lines
72 B
C
#ifndef EDIT_SOURCE_H
|
|
#define EDIT_SOURCE_H
|
|
|
|
extern FILE *yyin;
|
|
|
|
#endif
|