ARB
|
Go to the source code of this file.
Classes | |
struct | gb_scandir |
Macros | |
#define | GB_MAIN_ARRAY_SIZE 4096 |
#define | A_TO_I(c) if (c>'9') c-='A'-10; else c-='0'; |
Enumerations | |
enum | gb_scan_quicks_types { GB_SCAN_NO_QUICK, GB_SCAN_NEW_QUICK, GB_SCAN_OLD_QUICK } |
#define GB_MAIN_ARRAY_SIZE 4096 |
Definition at line 14 of file gb_load.h.
Referenced by gb_make_main_idx(), and gb_read_bin().
Definition at line 16 of file gb_load.h.
Referenced by gb_ascii_2_bin(), and set_protection_level().
enum gb_scan_quicks_types |