|
Zen-C
|
Represents a module (namespace/file). More...
#include <parser.h>

Data Fields | |
| char * | alias |
| Import alias (or default name). | |
| char * | path |
| File path. | |
| char * | base_name |
| Base name of the module. | |
| int | is_c_header |
| 1 if this is a C header import. | |
| struct Module * | next |
Represents a module (namespace/file).
| char* Module::alias |
Import alias (or default name).
| char* Module::base_name |
Base name of the module.
| int Module::is_c_header |
1 if this is a C header import.
| struct Module* Module::next |
| char* Module::path |
File path.