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); - (int) printf:(const char *) format, ...; @end extern id console;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.