#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include "cpp.h"
#include "cpp_io.h"
#include "cpp_run.h"
#include "cpp_parse.h"
Functions | |
int | pr_error (char *s, int rc) |
print error and pass through the return value | |
int | cpp_run (int verbose, char *iFile, char *oFile, char *eFile, struct _include_path *pl) |
run the C pre-processor |
|
run the C pre-processor
|
|
print error and pass through the return value
|