Wrote strlen() and strcpy()
This commit is contained in:
@@ -13,4 +13,8 @@ extern "C" int memcmp(const void* ptr1, const void* ptr2, size_t num);
|
||||
|
||||
extern "C" void* memset(void* ptr, int value, size_t num);
|
||||
|
||||
extern "C" int strlen(const char* str);
|
||||
|
||||
extern "C" char* strcpy(char* destination, const char* source);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user