maug
Quick and dirty C mini-augmentation library.
|
Macros | |
#define | MERROR_OK 0x0000 |
#define | MERROR_USR 0x0001 |
Application-specific error. | |
#define | MERROR_OVERFLOW 0x0002 |
#define | MERROR_FILE 0x0004 |
#define | MERROR_ALLOC 0x0008 |
#define | MERROR_PARSE 0x0010 |
#define | MERROR_GUI 0x0020 |
#define | MERROR_SND 0x0020 |
#define | MERROR_WAIT 0x0040 |
#define | MERROR_EXEC 0x0040 |
#define | MERROR_PREEMPT 0x00c0 |
#define | MERROR_TIMEOUT 0x0080 |
Typedefs | |
typedef int | MERROR_RETVAL |
Return type indicating function returns a value from this list. | |
#define MERROR_USR 0x0001 |
Application-specific error.
If this error is passed, an additional code may use the 0xFF00 bits to provide more information.