00001 #ifndef BIO_TY_SZ_H
00002 #define BIO_TY_SZ_H
00003 #if !defined BUILDING_BIO_TY_CODE && !defined NPS_SMALL
00004 # define BIO_TY_SZ_LKG static inline
00005 #else
00006 # define BIO_TY_SZ_LKG
00007 #endif
00008
00009 const long const bio_ty_sz[];
00010 #endif