Add slot allocator
This commit is contained in:
@@ -27,7 +27,7 @@ struct UCBitVec {
|
||||
* Use as
|
||||
* @code
|
||||
* uc_bv_integer v[10];
|
||||
* struct UCBitVec v = BITVEC_STATIC_INIT(v);
|
||||
* struct UCBitVec v = UC_BV_STATIC_INIT(v);
|
||||
* @endcode
|
||||
*/
|
||||
#define UC_BV_STATIC_INIT(vec_data)\
|
||||
|
||||
Reference in New Issue
Block a user