diff options
Diffstat (limited to 'kernel/lib/string.c')
-rw-r--r-- | kernel/lib/string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/lib/string.c b/kernel/lib/string.c index 6d26478..9dce27b 100644 --- a/kernel/lib/string.c +++ b/kernel/lib/string.c @@ -87,3 +87,4 @@ void *memset(void *dest, int val, size_t count) { return dest; } +/* vim: set ts=4 sw=4 tw=0 noet :*/ |