Macros:
#define FALSE 0 #define rwnil 0 #define TRUE 1
Typedefs:
typedef int RWBoolean;// TRUE or FALSE typedef double Double; typedef float Float typedef int Int; typedef signed char SChar; typedef unsigned char UChar; typedef double (*mathFunTy)(double);
Enumerations:
enum RWSeverity {RWWARNING, RWDEFAULT, RWFATAL}>
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.