diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-09-16 16:25:59 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-09-16 16:25:59 -0300 |
commit | 26c5f56ad1ac6f0409e638f44af75da09f2b0a0b (patch) | |
tree | a4c1cfa52e591f47e54e847ba27fed7ca6e62725 /inout.h | |
parent | daa858ef278ad136afcb62d7f625b491ffbd5fa3 (diff) | |
download | lua-26c5f56ad1ac6f0409e638f44af75da09f2b0a0b.tar.gz lua-26c5f56ad1ac6f0409e638f44af75da09f2b0a0b.tar.bz2 lua-26c5f56ad1ac6f0409e638f44af75da09f2b0a0b.zip |
Built-in functions
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/inout.h b/inout.h deleted file mode 100644 index c3dccdf1..00000000 --- a/inout.h +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | /* | ||
2 | ** $Id: inout.h,v 1.20 1997/06/19 18:04:34 roberto Exp roberto $ | ||
3 | */ | ||
4 | |||
5 | |||
6 | #ifndef inout_h | ||
7 | #define inout_h | ||
8 | |||
9 | #include "types.h" | ||
10 | #include "tree.h" | ||
11 | #include <stdio.h> | ||
12 | |||
13 | |||
14 | extern Word lua_linenumber; | ||
15 | extern Word lua_debugline; | ||
16 | extern TaggedString *lua_parsedfile; | ||
17 | |||
18 | void luaI_setparsedfile (char *name); | ||
19 | |||
20 | void luaI_predefine (void); | ||
21 | |||
22 | int lua_dobuffer (char *buff, int size); | ||
23 | int lua_doFILE (FILE *f, int bin); | ||
24 | |||
25 | |||
26 | #endif | ||