mirror of
https://github.com/lua/lua
synced 2024-11-27 07:09:36 +03:00
new header for lex.c
This commit is contained in:
parent
f1a1eda7c5
commit
772f25d3dd
18
lex.h
Normal file
18
lex.h
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
** lex.h
|
||||
** TecCGraf - PUC-Rio
|
||||
** $Id: $
|
||||
*/
|
||||
|
||||
#ifndef lex_h
|
||||
#define lex_h
|
||||
|
||||
|
||||
typedef int (*Input) (void);
|
||||
|
||||
void lua_setinput (Input fn); /* from "lex.c" module */
|
||||
char *lua_lasttext (void); /* from "lex.c" module */
|
||||
int luaY_lex (void); /* from "lex.c" module */
|
||||
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user