acc/include/scan.h
szdytom 24ab2a70f7 fix syntax error hint & strip all warnings
Signed-off-by: szdytom <szdytom@163.com>
2023-06-12 16:39:30 +08:00

9 lines
122 B
C

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