trafgen: Added option to pass macro/define for C preprocessor
[netsniff-ng.git] / cpp.h
blob45c42ac3484f3b67e5f592670db28dcf64e16bc0
1 #ifndef CPP_H
2 #define CPP_H
4 extern int cpp_exec(char *in_file, char *out_file, size_t out_len, char **argv);
6 #endif