1 2 3 4 5 6 7 8
#ifndef DUCC_TOKENIZE_H #define DUCC_TOKENIZE_H #include "preprocess.h" TokenArray* tokenize(TokenArray* pp_tokens); #endif