home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
NeXTWORLD_DragLab
/
Text_Console.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-19
|
285 b
|
12 lines
#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;