summaryrefslogtreecommitdiff
path: root/source/luametatex/source/lua/lmttexiolib.h
blob: e690befa780b3b593d7de1822246535e79452fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
    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