@@ -0,0 +1,8 @@
#ifndef __LEX_H__
#define __LEX_H__
#include "tok.h"
TokList lex(const char *s);
#endif /* LEX_H */
The note is not visible to the blocked user.