home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
edit
/
warpmod
/
source
/
init.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-02-15
|
240b
|
23 lines
#include "defs.h"
/// "Prototypes"
Prototype void InitC(void);
///
/// "Init"
/* ----------------------------------- InitC -----------------------------------
Library startup code (C entry point).
*/
void
InitC(void)
{
;
}
///