#ifndef DUCC_TOKENIZE_H #define DUCC_TOKENIZE_H #include "preprocess.h" TokenArray* tokenize(TokenArray* pp_tokens); #endif