diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ definition in replace.h: int replaceinfile(char *originalfile, char *destinationfile, char *placeholder, char *replacement); // 0 = failure, 1 = success ```` + +````replaceinfile("input.txt", "output.txt", "%PLACEHOLDER%", "replacement string");```` + input.txt ```` |