Move program source code to src directory

This commit is contained in:
ValdikSS
2018-02-17 15:22:38 +03:00
parent c377119136
commit 135c97ae69
17 changed files with 13 additions and 13 deletions

1
src/utils/repl_str.h Normal file
View File

@@ -0,0 +1 @@
char *repl_str(const char *str, const char *from, const char *to);