base_toString

This commit is contained in:
2022-10-24 15:25:13 +06:00
parent d270554dfa
commit 4222c3ebf6
7 changed files with 62 additions and 26 deletions

View File

@@ -22,6 +22,7 @@ int main(){
// optime("test_all",1,test_all());
// test_kprint_colors();
test_rng_algorithms();
ktDescriptors_free();
printf("\e[0m\n");
return 0;
}