00001 #ifndef BIO_TY_ID_H
00002 #define BIO_TY_ID_H
00003 #if !defined BUILDING_BIO_TY_CODE && !defined NPS_SMALL
00004 # define BIO_TY_ID_LKG static inline
00005 #else
00006 # define BIO_TY_ID_LKG
00007 #endif
00008
00009 BIO_TY_ID_LKG long bio_ch2Id(char ch);
00010
00011 #endif