This is GKFunctions.h in view mode; [Download] [Up]
//**************************************************************************** // Copyright (c)1993 KNOPS EDV-Anlagen Gerd Knops // // Project : GKLibrary // File : GKFunctions // Author : Gerd Knops // Date : 930907 // //**************************************************************************** // // History: // 930907 Creation of file // //**************************************************************************** #import <appkit/color.h> #import <objc/typedstream.h> //**************************************************************************** // TypedStream Functions //**************************************************************************** void GKWriteColor(NXStream *stream,NXColor color); NXColor GKReadColor(NXStream *stream); void GKWriteString(NXTypedStream *stream,const char **string); void GKReadString(NXTypedStream *stream,char **string); //**************************************************************************** // other Functions //**************************************************************************** void GKstrchg(char **string,const char *newString); char *GKstrcpy(const char *theString); void clearPSerrors(void); //*************************************************************************EOF
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.