feat: implemented strcpy, used constant
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
int memcpy(char *dst, char *src, int amount);
|
||||
|
||||
int strcpy(char *dst, char *src);
|
||||
|
||||
int memset(char *dst, char data, int amount);
|
||||
|
||||
int itoa(int i, char *target);
|
||||
|
||||
Reference in New Issue
Block a user