home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Source
/
GNU
/
cctools
/
include
/
stuff
/
print.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
|
1994-09-15
|
166 b
|
7 lines
#import <stdarg.h>
extern void print(
const char *format, ...) __attribute__ ((format (printf, 1, 2)));
extern void vprint(
const char *format, va_list ap);