diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-13 12:40:22 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-13 12:40:22 +0200 |
| commit | d8a9d534a5a39fd3d51a6ffaf92fde39a4b4077c (patch) | |
| tree | eb15c2c464147b467417684fbaaebfd37da89bc3 /include/strops.hpp | |
| parent | fb1ae39f1abe0dd0335489451e09a24e2336e606 (diff) | |
save file import: contact, project, tax brackets, cost centers, administration info
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 2874c4d..412becc 100644 --- a/include/strops.hpp +++ b/include/strops.hpp @@ -6,4 +6,5 @@ char* strops_stristr(char* a, char* b); void strops_replace(char *buf, size_t buf_size, const char *search, const char *replace); void strops_replace_int32(char *buf, size_t buf_size, const char *search, int32_t number); void strops_replace_int64(char *buf, size_t buf_size, const char *search, int64_t number); -void strops_replace_float(char *buf, size_t buf_size, const char *search, float number, int decimals);
\ No newline at end of file +void strops_replace_float(char *buf, size_t buf_size, const char *search, float number, int decimals); +bool strops_prefix(const char *pre, const char *str);
\ No newline at end of file |
