1 2 3 4 5 6 7 8 9
#ifndef DUCC_PREPROCESS_H #define DUCC_PREPROCESS_H #include "io.h" #include "token.h" TokenArray* preprocess(InFile* src); #endif