diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-10 19:03:46 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-10 19:03:46 +0200 |
| commit | 572caa74ed824fefa02eb81adc7639a783f243c7 (patch) | |
| tree | 9938efe957a708a3642c19a03fdacaaa2b0618d5 /include/strops.hpp | |
| parent | 3c83a2d06cf33429ca0e654a415fc95581df46e1 (diff) | |
working on invoice form
Diffstat (limited to 'include/strops.hpp')
| -rw-r--r-- | include/strops.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
