/*
    See license.txt in the root of this project.
*/

# ifndef LMT_LTEXIOLIB_H
# define LMT_LTEXIOLIB_H

# include <stdio.h>
# include <lua.h>

extern FILE *lmt_valid_file (lua_State *L);

# endif
