Mercurial > hg > Members > masakoha > testcode
view c/bitVector/bitInfo.h @ 101:2cc097419169 impl-bitvector
fix print
author | masasann |
---|---|
date | Tue, 17 Nov 2015 06:51:12 +0900 |
parents | 3d1c71fbd4a4 |
children |
line wrap: on
line source
typedef struct bitInfo { int arrayNum; unsigned long *bitContainer; }BitInfo,*BitInfoPtr;