diff options
Diffstat (limited to 'include/kern/string.h')
-rw-r--r-- | include/kern/string.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/kern/string.h b/include/kern/string.h new file mode 100644 index 0000000..3c9f0b4 --- /dev/null +++ b/include/kern/string.h @@ -0,0 +1,6 @@ +#ifndef STRING_H_ +#define STRING_H_ + +void kstrcpy(char* into, const char* from); + +#endif /* STRING_H_ */ |