GNU PROLOG with UTF8 support
Data Structures | Macros | Functions | Variables
cpp_headers.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "gp_config.h"
Include dependency graph for cpp_headers.c:

Data Structures

struct  UsedFile
 

Macros

#define DO_NOT_ADD_COMMENTS
 
#define SKIP_SPACE(p)   while(isspace(*p)) p++;
 

Functions

void Cpp_File (char *name, int skip_comment)
 
int main (int argc, char *argv[])
 

Variables

char ** dir
 
FILE * fout
 
char buff [4096]
 
UsedFile used [1024]
 
int nb_used = 0
 

Macro Definition Documentation

#define DO_NOT_ADD_COMMENTS
#define SKIP_SPACE (   p)    while(isspace(*p)) p++;

Function Documentation

void Cpp_File ( char *  name,
int  skip_comment 
)

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

char buff[4096]
char** dir
FILE* fout
int nb_used = 0
UsedFile used[1024]