Go to the source code of this file.
|
| typedef unsigned char | byte |
◆ BLARGG_CHECK_ALLOC
◆ BLARGG_EXPORT
◆ BLARGG_RETURN_ERR
◆ byte
◆ check
Value:
#define void
Definition unzip.h:396
◆ CHECK_ALLOC
| #define CHECK_ALLOC |
( |
| ptr | ) |
|
Value:do { if ( (ptr) == 0 ) return "Out of memory"; } while ( 0 )
◆ debug_printf
◆ DEF_MIN_MAX
| #define DEF_MIN_MAX |
( |
| type | ) |
|
Value:
CAdPlugDatabase::CRecord::RecordType type
Definition adplugdb.cpp:93
int y
Definition inflate.c:1588
unsigned x[BMAX+1]
Definition inflate.c:1586
#define min(x, y)
Definition os.h:74
#define max(x, y)
Definition os.h:78
◆ require
◆ RETURN_ERR
| #define RETURN_ERR |
( |
| expr | ) |
|
Value: do { \
blargg_err_t blargg_return_err_ = (expr); \
if ( blargg_return_err_ ) return blargg_return_err_; \
} while ( 0 )
◆ byte
| typedef unsigned char byte |
◆ blargg_dprintf_()