Single header mode sort of working

This commit is contained in:
Krzosa Karol
2022-10-02 13:40:04 +02:00
parent e098663d82
commit b10f3840df
5 changed files with 88 additions and 30 deletions

View File

@@ -471,3 +471,14 @@ string_from_cstring(char *string){
return result;
}
struct String_Replace {
String find;
String replace;
};
// function String
// string_replace(String string, Array<String_Replace> pairs){
// for(int i = 0; i < string.len; i++){
// }
// }