From 3e85a8e6db1a9c9a7fcf7974a1a0307b2cb145bd Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 19 Oct 2025 20:03:22 +0200 Subject: strops and memops refactor --- include/strops.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/strops.hpp') diff --git a/include/strops.hpp b/include/strops.hpp index 537e058..dd01b80 100644 --- a/include/strops.hpp +++ b/include/strops.hpp @@ -32,6 +32,9 @@ namespace strops { /// @brief Check if `a` matches string `b`. /// @return `true` when strings match, else `false`. bool equals(const char* a, const char* b); + + size_t length(const char* str); + bool empty(const char* str); char* tokenize(char* a, const char* find); -- cgit v1.2.3-70-g09d2