Add slot allocator

This commit is contained in:
Nils O. Selåsdal
2025-07-21 19:57:26 +02:00
parent 7408c48dff
commit 251246924d
6 changed files with 188 additions and 12 deletions
+1 -1
View File
@@ -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)\