42sh 1.0.0
Create a shell in C
|
The file containing the my_replace_char function. More...
#include "my.h"
Functions | |
void | my_replace_char (char *str, char to_replace, char replace_by) |
Replace a char in a string by another char. | |
The file containing the my_replace_char function.
void my_replace_char | ( | char * | str, |
char | to_replace, | ||
char | replace_by ) |
Replace a char in a string by another char.
str | The string to modify |
to_replace | The char to replace |
replace_by | The char to replace by |