home *** CD-ROM | disk | FTP | other *** search
- #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;
-