#ifndef DUCC_PREPROCESS_H #define DUCC_PREPROCESS_H #include "io.h" #include "token.h" TokenArray* preprocess(InFile* src); #endif