1
0
Fork 0
lesson-lisp/lexer.h

7 lines
69 B
C

#ifndef __LEXER_H__
#define __LEXER_H__
void lex(char chr);
#endif