1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-10-02 01:54:44 +00:00
C02/include.h

11 lines
357 B
C
Raw Normal View History

/*************************************
* C02 Include File Parsing Routines *
*************************************/
2017-06-27 00:16:23 +00:00
char line[255]; /*Entire line parsed from include file*/
2018-02-13 22:25:57 +00:00
void logdef(); //Print Definition Table to Log File
void pdefin(); //Process define directive
void pincfl(); //Process include file
void pprgma(); //Parse Pragma Directive