Hello

I'm searching for a simple way to replace all occurences of a single character with another single character in a string (e.g. replacing 'a' by 'b').

I was already looking on the internet and in string.h but it seems that there is no replace-function in C, only in C++... Is there someone who can help me solving that issue in C?

Thank you very much!