Zen-C
Loading...
Searching...
No Matches
ImportedFile Struct Reference

Represents an imported source file (to prevent cycles/duplication). More...

#include <parser.h>

Collaboration diagram for ImportedFile:

Data Fields

char * path
 Absolute file path.
 
struct ImportedFilenext
 

Detailed Description

Represents an imported source file (to prevent cycles/duplication).

Field Documentation

◆ next

struct ImportedFile* ImportedFile::next

◆ path

char* ImportedFile::path

Absolute file path.


The documentation for this struct was generated from the following file: