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