Single header mode sort of working
This commit is contained in:
@@ -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++){
|
||||
|
||||
// }
|
||||
// }
|
||||
Reference in New Issue
Block a user