add attr_get/attr_set

This commit is contained in:
Rongsong Shen 2026-02-26 10:59:56 +08:00
parent 724c740909
commit f66de93483
6 changed files with 176 additions and 0 deletions

View file

@ -12,6 +12,7 @@ librtti_c_srcs=[
'bitmap.c',
'kv.c',
'varray.c',
'attr.c',
]