a generic input stream interface
This commit is contained in:
@@ -1,13 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* zio.c
|
** $Id: zio.c,v 1.2 1997/06/20 19:25:54 roberto Exp $
|
||||||
* a generic input stream interface
|
** a generic input stream interface
|
||||||
* $Id: zio.c,v 1.1 1997/06/16 16:50:22 roberto Exp roberto $
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "zio.h"
|
|
||||||
|
#include "lzio.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------------- memory buffers --- */
|
/* ----------------------------------------------------- memory buffers --- */
|
||||||
@@ -1,11 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* zio.h
|
** $Id: $
|
||||||
* a generic input stream interface
|
** Buffered streams
|
||||||
* $Id: zio.h,v 1.4 1997/06/19 18:55:28 roberto Exp roberto $
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef zio_h
|
|
||||||
#define zio_h
|
#ifndef lzio_h
|
||||||
|
#define lzio_h
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
Reference in New Issue
Block a user