#include "cpp_token.h"
#include "cpp_calc.h"
#include "cpp_macros.h"
Functions | |
int | cpp_parse (int fd_in, int fd_out, int fd_err, struct _token *t, struct _macro_list *ml, struct _calc *st, struct _include_path *pl) |
the C pre-processor parser | |
int | cpp_error (int fd_err, struct _token *t, char *s1, char *s2) |
write an error message with two strings and a newline to an open file | |
int | cpp_warning (int fd_err, struct _token *t, char *s1, char *s2) |
write an warning message with two strings and a newline to an open file | |
int | cpp_info (int fd_err, struct _token *t, char *s1, char *s2) |
write an info message with two strings and a newline to an open file |
|
write an error message with two strings and a newline to an open file
|
|
write an info message with two strings and a newline to an open file
|
|
the C pre-processor parser
|
|
write an warning message with two strings and a newline to an open file
|