c-preprocessor/include/pp_ifdef.h

13 lines
230 B
C

#ifndef _pp_ifdef_h
#define _pp_ifdef_h
#include "pp_defines.h"
#include "hashmap.h"
#include "str_dyn_arr.h"
#include <stdio.h>
extern int expand_ifdef(void *def_map, const struct str_dyn_arr *inc_dirs,
FILE*, FILE*);
#endif