X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Flibbp.git;a=blobdiff_plain;f=darray.h;fp=darray.h;h=4c5aaa3e82fadddaf6c89881d1c14cc61260c4bd;hp=0000000000000000000000000000000000000000;hb=b94f8d72735df125b191bf5a49cba0c037278787;hpb=657b1bc3dc283b45b9cceab5f1825a06496146cd diff --git a/darray.h b/darray.h new file mode 100644 index 0000000..4c5aaa3 --- /dev/null +++ b/darray.h @@ -0,0 +1,67 @@ +#ifndef DARRAY_H_ +#define DARRAY_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +typedef unsigned char byte; +typedef unsigned short word; +typedef unsigned int dword; + +#define OPT_NO_RANK (1<<30) + + +typedef dword pb; + +#define logD 5 +#define D (1<