summaryrefslogtreecommitdiff
path: root/include/strops.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-31 12:49:59 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-31 12:49:59 +0200
commitb970907ef53f1b8367285cbe7c2dc2a7fa47967f (patch)
tree73ec8747346393263e21ea72cffb6aa27d921c4a /include/strops.hpp
parent9fcfc3215a4caaa32872abc9cfc6deeb86b9765c (diff)
invoice templateing work
Diffstat (limited to 'include/strops.hpp')
-rw-r--r--include/strops.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/strops.hpp b/include/strops.hpp
index 08dbd5a..4570a15 100644
--- a/include/strops.hpp
+++ b/include/strops.hpp
@@ -1,4 +1,5 @@
#pragma once
-size_t strops_copy(char *dst, const char *src, size_t size);
-char* strops_stristr(char* a, char* b); \ No newline at end of file
+size_t strops_copy(char *dst, const char *src, size_t size);
+char* strops_stristr(char* a, char* b);
+void strops_replace(char *buf, size_t buf_size, const char *search, const char *replace); \ No newline at end of file