diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-10-16 21:30:53 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-10-16 21:30:53 +1030 |
commit | 6bedb1aeec8b2fc40b6729ab178127980143f64b (patch) | |
tree | 207554322ad8f6494c8e60cc7713fa9394eff2e9 | |
parent | ac7d855e4e8202d99867cf6be3101bba5dd13001 (diff) | |
download | replace-6bedb1aeec8b2fc40b6729ab178127980143f64b.tar.gz replace-6bedb1aeec8b2fc40b6729ab178127980143f64b.zip |
forget header file
-rw-r--r-- | replace.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,7 +19,13 @@ size_t getfilelength(FILE *fp); +void +replaceappendchar(char *dest, char ch); + int replaceinfile(char *originalfile, char *destinationfile, char *placeholder, char *replacement); +char * +replaceinmemory(char *src, char *placeholder, char *replacement); + #endif |