#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include "cpp_io.h"
#include "cpp_conv.h"
#include "cpp_token.h"
#include "cc_run.h"
#include "cc_scan.h"
#include "cc_parse.h"
Functions | |
int | pr_error (char *s, int rc) |
print error and pass through the return value | |
int | cc_run (int verbose, char *iFile, char *oFile, char *eFile) |
run the C pre-processor |
|
run the C pre-processor
|
|
print error and pass through the return value
|