mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 01:21:49 +00:00
Clean up sysjump struct parsing and add memmove()
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=chrome-os-partner:9447 TEST=update from old EC 517 to this one Change-Id: I275b5bf6c4ae1ab6e0c0a05cf9260314d644c79b
This commit is contained in:
@@ -56,6 +56,7 @@ int isspace(int c);
|
||||
int isalpha(int c);
|
||||
void *memcpy(void *dest, const void *src, int len);
|
||||
void *memset(void *dest, int c, int len);
|
||||
void *memmove(void *dest, const void *src, int len);
|
||||
int strcasecmp(const char *s1, const char *s2);
|
||||
int strlen(const char *s);
|
||||
int strtoi(const char *nptr, char **endptr, int base);
|
||||
|
||||
Reference in New Issue
Block a user