#ifndef MYSTARTUP_H
#define MYSTARTUP_H
/*
**	$Filename: MyStartup.h $
**	$Release: 1.0 $
**	$Date: 92/05/01 $
**
**	MyStartup.o include file
**
*/

#ifndef EXEC_TYPES_H
   #include <exec/types.h>
#endif

void __regargs exit(long);

extern union
   {
      char *CommandLine;
      struct WBStartup *WBenchMsg;
   } Startup;
extern int CommandLineLength;

extern struct DosLibrary *DOSBase;
extern struct ExecBase *SysBase;

#endif	/* MYSTARTUP_H */
