home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d441
/
dme
/
src
/
syms.c
< prev
next >
Wrap
C/C++ Source or Header
|
1991-01-24
|
334b
|
20 lines
/*
* SYMS.C
*/
#include <exec/types.h>
#include <exec/memory.h>
#include <exec/ports.h>
#include <intuition/intuition.h>
#include <libraries/dos.h>
#include <libraries/dosextens.h>
#include <workbench/startup.h>
#include <workbench/workbench.h>
#include <proto/all.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>