diff options
Diffstat (limited to 'kernel/include/string.h')
-rw-r--r-- | kernel/include/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/include/string.h b/kernel/include/string.h index 3cb0db3..682b25a 100644 --- a/kernel/include/string.h +++ b/kernel/include/string.h @@ -13,3 +13,5 @@ char *strchr(const char *str, char c); char *strcpy(char *dest, const char *src); char *strcat(char *dest, const char *src); int strcmp(const char *s1, const char *s2); + +/* vim: set ts=4 sw=4 tw=0 noet :*/ |