From d8a9d534a5a39fd3d51a6ffaf92fde39a4b4077c Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 13 Sep 2025 12:40:22 +0200 Subject: save file import: contact, project, tax brackets, cost centers, administration info --- src/strops.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/strops.cpp') diff --git a/src/strops.cpp b/src/strops.cpp index 208aaed..6179f82 100644 --- a/src/strops.cpp +++ b/src/strops.cpp @@ -4,6 +4,11 @@ #include "strops.hpp" +bool strops_prefix(const char *pre, const char *str) +{ + return strncmp(pre, str, strlen(pre)) == 0; +} + size_t strops_copy(char *dst, const char *src, size_t size) { size_t srclen; -- cgit v1.2.3-70-g09d2