KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
Loading...
Searching...
No Matches
IncludeFile Struct Reference

Include file tracking. More...

#include <types.h>

Data Fields

char * filename
char * content
int line
int pos

Detailed Description

Include file tracking.

Definition at line 608 of file types.h.

Field Documentation

◆ content

char* IncludeFile::content

Definition at line 610 of file types.h.

◆ filename

char* IncludeFile::filename

Definition at line 609 of file types.h.

◆ line

int IncludeFile::line

Definition at line 611 of file types.h.

◆ pos

int IncludeFile::pos

Definition at line 612 of file types.h.


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