This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | acppInit () |
int | acppLoad (char *filename) |
void | acppUnload () |
int | acppRun () |
Definition in file acpp.h.
|
Initializes the pre-processor. Always call this before any other Acpp calls. |
|
Loads the file to be used by the AcppRun() call. Definition at line 61 of file acpp.c. References acppUnload(). |
Here is the call graph for this function:
|
Calls the parser using the file associated with AcppLoad(). Definition at line 81 of file acpp.c. References line_num. |
|
Unloads any previous loaded file. Definition at line 71 of file acpp.c. Referenced by acppLoad(). |