home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
comm
/
Mail+News
/
UMS11
/
Tools
/
SUMSTools
/
Source
/
sumstl.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-03
|
716b
|
40 lines
/* 04-Aug-94 [olio] for DICE include <clib/xxx_protos.h> instead of
** <protos/xxx.h>.
** Added #include <clib/alib_protos.h> for DICE.
*/
#include <dos/dos.h>
#include <dos/datetime.h>
#include <dos/rdargs.h>
#define UMS_V11_NAMES_ONLY
#include <libraries/ums.h>
#undef UMSVERSION
#define UMSVERSION 10
#ifdef _DCC
#include <clib/dos_protos.h>
#include <clib/exec_protos.h>
#include <clib/ums_protos.h>
#include <clib/alib_protos.h>
#else
#include <proto/dos.h>
#include <proto/exec.h>
#include <proto/ums.h>
#endif
#include <string.h>
#include <stdlib.h>
#ifdef __SASC
#define VERSION "2.11 SASC " __AMIGADATE__
#else
#define VERSION "2.11 Dice (03.08.95)"
#endif