lmttexiolib.h /size: 199 b    last modification: 2024-01-16 10:22
1/*
2    See license.txt in the root of this project.
3*/
4
5# ifndef LMT_LTEXIOLIB_H
6# define LMT_LTEXIOLIB_H
7
8# include <stdio.h>
9# include <lua.h>
10
11extern FILE *lmt_valid_file (lua_State *L);
12
13# endif
14