summaryrefslogtreecommitdiff
path: root/include/strops.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/strops.hpp')
-rw-r--r--include/strops.hpp3
1 files changed, 3 insertions, 0 deletions
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