home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
BK-SC1_3.DMS
/
in.adf
/
C-Incl.Lha
/
Storm
/
wbstartup.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-13
|
316 b
|
23 lines
#ifndef _INCLUDE_WBSTARTUP
#define _INCLUDE_WBSTARTUP
/*
** $VER: wbstartup.h 1.0 (18.1.96)
** StormC Release 1.1
**
** '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
** All Rights Reserved
*/
#ifdef __cplusplus
extern "C" {
#endif
void wbmain(struct WBStartup *);
#ifdef __cplusplus
}
#endif
#endif