This is libppm.h in view mode; [Download] [Up]
/* libppm.h - internal header file for libppm portable pixmap library */ #ifndef _LIBPPM_H_ #define _LIBPPM_H_ /* Here are some routines internal to the ppm library. */ void ppm_readppminitrest ARGS(( FILE* file, int* colsP, int* rowsP, pixval* maxvalP )); #endif /*_LIBPPM_H_*/
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.