This is Text_Console.h in view mode; [Download] [Up]
#import <appkit/Text.h> // Adds a printf method to all Text instances within an application. // Thanks to Sam Streeper for posting the original version of this stuff to // the world. @interface Text(Text_Console) - (void) printf:(const char *) format, ...; - bufferText:(char) c; @end /* RCS Information: $Author: me $; $Date: 93/02/23 02:02:09 $; $Source: /usr1/me/NeXTSrc/MyClasses/RCS/Text_Console.h,v $; $Revision: 1.1 $; $Log: Text_Console.h,v $ * Revision 1.1 93/02/23 02:02:09 me * Begin RCS logging. * ; */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.