summaryrefslogtreecommitdiff
path: root/lzio.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lzio.c (renamed from zio.c)13
1 files changed, 8 insertions, 5 deletions
diff --git a/zio.c b/lzio.c
index c0b25daa..bd714ea1 100644
--- a/zio.c
+++ b/lzio.c
@@ -1,13 +1,16 @@
1/* 1/*
2* zio.c 2** $Id: zio.c,v 1.2 1997/06/20 19:25:54 roberto Exp $
3* a generic input stream interface 3** a generic input stream interface
4* $Id: zio.c,v 1.1 1997/06/16 16:50:22 roberto Exp roberto $ 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7
8
7#include <stdio.h> 9#include <stdio.h>
8#include <stdlib.h>
9#include <string.h> 10#include <string.h>
10#include "zio.h" 11
12#include "lzio.h"
13
11 14
12 15
13/* ----------------------------------------------------- memory buffers --- */ 16/* ----------------------------------------------------- memory buffers --- */