#ifndef ACC_SCAN_H #define ACC_SCAN_H #include "util/linklist.h" struct linklist scan_tokens(const char *filename); #endif