Xbase Class Library
2.0.0
|
Go to the source code of this file.
Macros | |
#define | xb_error(code) { return code;} |
#define | xb_io_error(code, name) { return code;} |
#define | xb_open_error(name) { return XB_OPEN_ERROR;} |
#define | xb_memory_error { return XB_NO_MEMORY;} |
#define | xb_eof_error { return XB_EOF;} |
Functions | |
const char * | xbStrError (xbShort err) |
Short description. More... | |
#define xb_eof_error { return XB_EOF;} |
#define xb_error | ( | code | ) | { return code;} |
#define xb_io_error | ( | code, | |
name | |||
) | { return code;} |
#define xb_memory_error { return XB_NO_MEMORY;} |
#define xb_open_error | ( | name | ) | { return XB_OPEN_ERROR;} |
const char* xbStrError | ( | xbShort | err | ) |
Short description.
err |