9 lines
122 B
C
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
|