|
Zen-C
|
Represents an imported source file (to prevent cycles/duplication). More...
#include <parser.h>

Data Fields | |
| char * | path |
| Absolute file path. | |
| struct ImportedFile * | next |
Represents an imported source file (to prevent cycles/duplication).
| struct ImportedFile* ImportedFile::next |
| char* ImportedFile::path |
Absolute file path.