home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d958
/
fed-case.lha
/
Fed-CASE
/
s
/
header.file
< prev
next >
Wrap
Text File
|
1993-12-04
|
1KB
|
18 lines
printf:1# #2( *,.)~stdio.h/* Standard output function */
rand:1# #0()~stdlib.h/* */
scanf:1# #2( *,.)~stdio.h/* Standard input function */
abs:1# #1()~stdlib.h/* */
getchar:1# #0()~stdio.h/* Read one character */
OpenLibrary:1# Library *#2( *libName, version)~clib/exec_protos.h/* gain access to a library */
OpenWindow:1# Window *#1( NewWindow *newWindow)~clib/intuition_protos.h/* Open an Intuition window */
WaitPort:1# Message *#1( MsgPort *port)~clib/exec_protos.h/* wait for a given port to be non-empty */
CloseWindow:1# #1( Window *window)~clib/intuition_protos.h/* Close an Intuition window */
CloseLibrary:1# #1( Library *library)~clib/exec_protos.h/* conclude access to a library */
NEWSIZE:4#IDCMP_NEWSIZE~intuition/iobsolete.h/* */
MOUSEBUTTONS:4#IDCMP_MOUSEBUTTONS~intuition/iobsolete.h/* */
WBENCHSCREEN:4#0x0001~intuition/screens.h/* identifies the Workbench screen */
WINDOWDRAG:4#WFLG_DRAGBAR~intuition/iobsolete.h/* */
WINDOWSIZING:4#WFLG_SIZEGADGET~intuition/iobsolete.h/* */
WINDOWCLOSE:4#WFLG_CLOSEGADGET~intuition/iobsolete.h/* */
EOF:4#(-1)~stdio.h/* */