home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Source
/
GNU
/
cctools
/
include
/
stuff
/
print.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-21
|
190 b
|
7 lines
#import <stdarg.h>
__private_extern__ void print(
const char *format, ...) __attribute__ ((format (printf, 1, 2)));
__private_extern__ void vprint(
const char *format, va_list ap);