mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[liba] Add memmove to string.h
Change-Id: I99b412dc7404e2711dbf7753f0d619694dee3d19
This commit is contained in:
committed by
Romain Goyet
parent
301e0a7891
commit
2898ec916c
@@ -7,6 +7,7 @@
|
||||
LIBA_BEGIN_DECLS
|
||||
|
||||
void * memcpy(void * dst, const void * src, size_t n);
|
||||
void * memmove(void * dst, const void * src, size_t n);
|
||||
void * memset(void * b, int c, size_t len);
|
||||
size_t strlen(const char * s);
|
||||
int strcmp(const char *s1, const char *s2);
|
||||
|
||||
Reference in New Issue
Block a user