![]() |
GNU PROLOG with UTF8 support
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "gp_config.h"
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 |
| #define DO_NOT_ADD_COMMENTS |
| #define SKIP_SPACE | ( | p | ) | while(isspace(*p)) p++; |
| void Cpp_File | ( | char * | name, |
| int | skip_comment | ||
| ) |

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


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