diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-05-14 10:34:18 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-05-14 10:34:18 -0300 |
commit | edfa9e007d9e9d2112b5dd3abac1df27658bf734 (patch) | |
tree | 4da4686444591ccd87aaf410aae90a514d08777b /lzio.c | |
parent | 31829ad1770223833bcbdab634e25cdfd911633d (diff) | |
download | lua-edfa9e007d9e9d2112b5dd3abac1df27658bf734.tar.gz lua-edfa9e007d9e9d2112b5dd3abac1df27658bf734.tar.bz2 lua-edfa9e007d9e9d2112b5dd3abac1df27658bf734.zip |
details (header comments)
Diffstat (limited to 'lzio.c')
-rw-r--r-- | lzio.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lzio.c,v 1.33 2011/02/23 13:13:10 roberto Exp roberto $ | 2 | ** $Id: lzio.c,v 1.34 2011/07/15 12:35:32 roberto Exp roberto $ |
3 | ** a generic input stream interface | 3 | ** Buffered streams |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||