home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / PersonalPreferences / Text_Console.h < prev    next >
Text File  |  1992-08-24  |  469b  |  19 lines

  1. //
  2. //    A category on Text to allow for formated printf input.
  3. //    Sam Streeper
  4. //        Copyright NeXT Computer, Inc 1992 All Rights Reserved
  5. //
  6. //    Created 8-24-92
  7. //
  8. //    You may freely copy, distribute and reuse the code in this example.
  9. //    NeXT disclaims any warranty of any kind, expressed or implied, as to
  10. //    its fitness for any particular use.
  11. //
  12.  
  13. #import <appkit/Text.h>
  14.  
  15. @interface Text(Text_Console);
  16. - (int) printf:(const char *) format, ...;
  17. @end
  18. extern id console;
  19.