From b970907ef53f1b8367285cbe7c2dc2a7fa47967f Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 31 Aug 2025 12:49:59 +0200 Subject: invoice templateing work --- include/strops.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/strops.hpp') 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 -- cgit v1.2.3-70-g09d2