home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1st Canadian Shareware Disc
/
1st_Canadian_Shareware_Disc_1991.ISO
/
graphics
/
giftif
/
readgif.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-11-21
|
675b
|
18 lines
/*----------------------------------------------------------------------*/
/* Copyright (c) 1988-1989 */
/* by CompuServe Inc., Tucson, AZ. All Rights Reserved */
/* READGIF.H can be copied and distributed freely for any */
/* non-commercial purposes. READGIF.H can only be incorporated */
/* into commercial software with the permission of CompuServe Inc. */
/*----------------------------------------------------------------------*/
/* Header file READGIF.H */
/* Procedures to read page data out of GIF file */
extern short int next_GIF_byte( void );
extern void close_stream( void );
extern short int init_GIF_input( char filename[21] );