home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
Programming
/
Source
/
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-04-08
|
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;