00001
00002
00003 #ifndef BIO_TY_ID_H
00004 #define BIO_TY_ID_H
00005 #if !defined BUILDING_BIO_TY_ID && !defined NPS_SMALL
00006 # define BIO_TY_ID_LKG static inline
00007 #else
00008 # define BIO_TY_ID_LKG
00009 #endif
00010
00011 #define X(code,name,char_code,type,size, na_val,...) typedef type name##_t ;
00012
00013
00014 extern const char const bio_tys[];
00015
00016 #endif
00017