ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <wpp.h>
Public Attributes | |
char *(* | lookup )(const char *filename, int type, const char *parent_name, char **include_path, int include_path_count) |
void *(* | open )(const char *filename, int type) |
void(* | close )(void *file) |
int(* | read )(void *file, char *buffer, unsigned int len) |
void(* | write )(const char *buffer, unsigned int len) |
void(* | error )(const char *file, int line, int col, const char *near, const char *msg, va_list ap) |
void(* | warning )(const char *file, int line, int col, const char *near, const char *msg, va_list ap) |
Definition at line 40 of file wpp.h.
Referenced by wpp_parse().
void(* wpp_callbacks::error) (const char *file, int line, int col, const char *near, const char *msg, va_list ap) |
Definition at line 47 of file wpp.h.
Referenced by ppy_error().
char *(* wpp_callbacks::lookup) (const char *filename, int type, const char *parent_name, char **include_path, int include_path_count) |
Definition at line 35 of file wpp.h.
Referenced by pp_open_include().
Definition at line 38 of file wpp.h.
Referenced by pp_open_include(), and wpp_parse().
void(* wpp_callbacks::warning) (const char *file, int line, int col, const char *near, const char *msg, va_list ap) |
Definition at line 48 of file wpp.h.
Referenced by ppy_warning().