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