Add u32_insert_space_at() to 'unicode' module

This commit is contained in:
Thomas Jensen
2023-06-13 22:13:24 +02:00
parent 6c40928ed0
commit aef8c56eed
5 changed files with 55 additions and 1 deletions

View File

@ -28,6 +28,8 @@ void test_is_allowed_in_shape(void **state);
void test_is_allowed_in_filename(void **state);
void test_is_allowed_in_kv_string(void **state);
void test_u32_strnrstr(void **state);
void test_u32_insert_space_at(void **state);
#endif