diff options
| author | 0x221E <0x221E@0xinfinity.dev> | 2026-06-11 20:10:31 +0200 |
|---|---|---|
| committer | 0x221E <0x221E@0xinfinity.dev> | 2026-06-11 20:11:56 +0200 |
| commit | 6d559b7e50dbab428d324b4ddaed9db7a8ced887 (patch) | |
| tree | c2e807a19d2d0b6054e13a6d3ece16750796198d /include/string.h | |
| download | tmpbootloader-master.tar.gz | |
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h new file mode 100644 index 0000000..7c1caa5 --- /dev/null +++ b/include/string.h @@ -0,0 +1,9 @@ +#ifndef STRING_H +#define STRING_H + +#include <defs.h> +#include <stddef.h> + +size_t strlen(char* s) BLSEC_TEXT; + +#endif |
