view c/bitVector/bitInfo.h @ 84:3d1c71fbd4a4

add bitInfo & fix Makefile
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Wed, 07 Oct 2015 18:21:32 +0900
parents
children
line wrap: on
line source

typedef struct bitInfo {
    int arrayNum;
    unsigned long *bitContainer;
}BitInfo,*BitInfoPtr;