From 5d34aff5888d3f0c624251f15bedb96c347978d6 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 9 Aug 2025 08:33:08 +0200 Subject: refactors --- include/strops.hpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 include/strops.hpp (limited to 'include/strops.hpp') diff --git a/include/strops.hpp b/include/strops.hpp new file mode 100644 index 0000000..daa1d71 --- /dev/null +++ b/include/strops.hpp @@ -0,0 +1,3 @@ +#pragma once + +size_t strops_copy(char *dst, const char *src, size_t size); \ No newline at end of file -- cgit v1.2.3-70-g09d2