#ifndef PREPROCESS_H #define PREPROCESS_H #include void preprocess(struct ctx *ctx); #endif