This is libpgm.h in view mode; [Download] [Up]
/* 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_*/
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.