diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-09 08:33:08 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-09 08:33:08 +0200 |
| commit | 5d34aff5888d3f0c624251f15bedb96c347978d6 (patch) | |
| tree | 69a49651271d645ca7eaa114cb1830bf759c0930 /include/strops.hpp | |
| parent | b94a7ae06b20d550c727d5192cea8baf3e8fb641 (diff) | |
refactors
Diffstat (limited to 'include/strops.hpp')
| -rw-r--r-- | include/strops.hpp | 3 |
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 |
