home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 9
/
CD_ASCQ_09_1193.iso
/
news
/
4441
/
mpegcode
/
src
/
pbmplus
/
libpgm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-01
|
282b
|
12 lines
/* libpgm.h - internal header file for libpgm portable graymap library
*/
#ifndef _LIBPGM_H_
#define _LIBPGM_H_
/* Here are some routines internal to the pgm library. */
void pgm_readpgminitrest ARGS(( FILE* file, int* colsP, int* rowsP, gray* maxvalP ));
#endif /*_LIBPGM_H_*/