1 2 3 4 5 6 7 8
#ifndef PREPROCESS_H #define PREPROCESS_H #include <context.h> void preprocess(struct ctx *ctx); #endif