Mercurial > repos > zzhou > spp_phantompeak
diff spp/src/const.h @ 15:e689b83b0257 draft
Uploaded
author | zzhou |
---|---|
date | Tue, 27 Nov 2012 16:15:21 -0500 |
parents | ce08b0efa3fd |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/spp/src/const.h Tue Nov 27 16:15:21 2012 -0500 @@ -0,0 +1,18 @@ +#ifndef NST_CONST_H +#define NST_CONST_H + +#define MAX_ULL 0xffffffffffffffffull + +typedef unsigned long long bit64_t; +typedef unsigned bit32_t; +typedef unsigned short bit16_t; +typedef unsigned char bit8_t; + +extern bit8_t nst_nt4_table[]; +extern bit8_t nst_nt16_table[]; +extern char *nst_nt4_rev_table; +extern char *nst_nt16_rev_table; +extern bit8_t nst_nt16_nt4_table[]; +extern int nst_nt16_count_table[]; + +#endif