Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

acpp.h File Reference

ArchC Pre-processor header file This file contains the structures and macro definitions needed by the ArchC Pre-processor. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

void acppInit ()
int acppLoad (char *filename)
void acppUnload ()
int acppRun ()


Detailed Description

ArchC Pre-processor header file This file contains the structures and macro definitions needed by the ArchC Pre-processor.

Definition in file acpp.h.


Function Documentation

void acppInit  ) 
 

Initializes the pre-processor. Always call this before any other Acpp calls.

Definition at line 49 of file acpp.c.

int acppLoad char *  filename  ) 
 

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:

int acppRun  ) 
 

Calls the parser using the file associated with AcppLoad().

Definition at line 81 of file acpp.c.

References line_num.

void acppUnload  ) 
 

Unloads any previous loaded file.

Definition at line 71 of file acpp.c.

Referenced by acppLoad().


Generated on Thu Jun 24 08:30:06 2004 for ArchC by doxygen 1.3.4