Mercurial > hg > Members > masakoha > testcode
view c/bitVector/bitInfo.h @ 128:f827682d4687 pairPro
fix
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 01 Dec 2015 22:50:58 +0900 |
parents | 3d1c71fbd4a4 |
children |
line wrap: on
line source
typedef struct bitInfo { int arrayNum; unsigned long *bitContainer; }BitInfo,*BitInfoPtr;