mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-02-11 21:35:20 -08:00
add strcpy implementation
This commit is contained in:
@@ -10,5 +10,6 @@ extern void *memset(void *dst, int c, size_t n);
|
||||
|
||||
extern size_t strlen(const char *s);
|
||||
extern int strcmp(const char *s1, const char *s2);
|
||||
extern char *strncpy(char *dst, const char *src, size_t n);
|
||||
|
||||
#endif // CLASSICOS_KLIBC_STRING_H
|
||||
|
||||
Reference in New Issue
Block a user