ARB
gb_load.h
Go to the documentation of this file.
1 // =============================================================== //
2 // //
3 // File : gb_load.h //
4 // Purpose : //
5 // //
6 // Institute of Microbiology (Technical University Munich) //
7 // http://www.arb-home.de/ //
8 // //
9 // =============================================================== //
10 
11 #ifndef GB_LOAD_H
12 #define GB_LOAD_H
13 
14 #define GB_MAIN_ARRAY_SIZE 4096
15 
16 #define A_TO_I(c) if (c>'9') c-='A'-10; else c-='0'; // @@@ design+name are crap
17 
22 };
23 
24 struct gb_scandir {
27  unsigned long date_of_quick_file;
28  gb_scan_quicks_types type; // xxx.arb.quick? or xxx.a??
29 };
30 
31 
32 #else
33 #error gb_load.h included twice
34 #endif // GB_LOAD_H
unsigned long date_of_quick_file
Definition: gb_load.h:27
int highest_quick_index
Definition: gb_load.h:25
gb_scan_quicks_types type
Definition: gb_load.h:28
int newest_quick_index
Definition: gb_load.h:26
gb_scan_quicks_types
Definition: gb_load.h:18