#ifndef PREPROCESS_H #define PREPROCESS_H #include #define MACRO_SKIP ((char)128) #define MACRO_NEWLINE ((char)129) void preprocess(struct ctx *ctx); #endif