pcb 4.1.1
An interactive printed circuit board layout editor.

parse_l.h

Go to the documentation of this file.
00001 
00035 #ifndef PCB_LEX_H
00036 #define PCB_LEX_H
00037 
00038 #include "global.h"
00039 
00040 int ParsePCB (PCBType *, char *);
00041 int ParseElementFile (DataType *, char *);
00042 int ParseLibraryEntry (DataType *, char *);
00043 int ParseFont (FontType *, char *);
00044 
00045 #endif