porting text editor

This commit is contained in:
Krzosa Karol
2025-04-07 08:37:06 +02:00
parent f9d1f14c7c
commit c82eccc02a
13 changed files with 690 additions and 117 deletions

View File

@@ -10,5 +10,6 @@ void run_all_tests(void) {
test_string16();
test_hash_table();
test_intern_table();
test_array();
test_arr();
buffer16_raw_test();
}// run_all_tests()