diff options
Diffstat (limited to 'string.h')
-rw-r--r-- | string.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/string.h b/string.h new file mode 100644 index 0000000..41956c5 --- /dev/null +++ b/string.h @@ -0,0 +1,6 @@ +#ifndef STRING_H +#define STRING_H + +uint64_t strlen(char *string); + +#endif
\ No newline at end of file |