add bitmap interface and fix toString()

This commit is contained in:
Rongsong Shen 2026-02-12 14:48:56 +08:00
parent 00080a95f3
commit ecb1162069
4 changed files with 94 additions and 2 deletions

View file

@ -8,6 +8,7 @@ librtti_c_srcs=[
'str.c',
'hash.c',
'length.c',
'bitmap.c',
]