From 572caa74ed824fefa02eb81adc7639a783f243c7 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 10 Aug 2025 19:03:46 +0200 Subject: working on invoice form --- include/strops.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/strops.hpp') diff --git a/include/strops.hpp b/include/strops.hpp index daa1d71..08dbd5a 100644 --- a/include/strops.hpp +++ b/include/strops.hpp @@ -1,3 +1,4 @@ #pragma once -size_t strops_copy(char *dst, const char *src, size_t size); \ 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); \ No newline at end of file -- cgit v1.2.3-70-g09d2