home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
SC650D6.DMS
/
in.adf
/
sc
/
include
/
clib
/
alib_stdio_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-10-31
|
295 b
|
11 lines
CLIB_ALIB_STDIO_PROTOS_HCLIB_ALIB_STDIO_PROTOS_HEXEC_TYPES_H<exec/types.h>
printf(STRPTR fmt,...);
sprintf(STRPTR buffer,STRPTR fmt,...);
fclose(stream);
fgetc(stream);
fprintf(stream,STRPTR fmt,...);
fputc(c,stream);
fputs(*s,stream);
getchar();
putchar(c);
puts(*s);