home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
Editor
/
GED403R.LZX
/
Install
/
Install.run
/
GOLDEDDATA
/
developer
/
examples
/
api
/
rexx
/
init.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-15
|
240 b
|
23 lines
#include "defs.h"
/// "Prototypes"
Prototype void InitC(void);
///
/// "Init"
/* ----------------------------------- InitC -----------------------------------
Library startup code (C entry point).
*/
void
InitC(void)
{
;
}
///