This is image.c in view mode; [Download] [Up]
#include "gltk.h" #include "glaux.h" #if defined(__cplusplus) || defined(c_plusplus) #define class c_class #endif AUX_RGBImageRec *auxRGBImageLoad(char *fileName) { return (AUX_RGBImageRec *)tkRGBImageLoad(fileName); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.