Mercurial > repos > zzhou > spp_phantompeak
view spp/src/const.h @ 16:5648b4efe736 draft
Uploaded
| author | zzhou |
|---|---|
| date | Tue, 27 Nov 2012 16:22:26 -0500 |
| parents | ce08b0efa3fd |
| children |
line wrap: on
line source
#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
