3 lines
89 B
C++
3 lines
89 B
C++
#pragma once
|
|
|
|
void StringReplace(char* in, const char* to_find, const char* replacement); |