forked from len0rd/rockbox
Added #include <string.h> to memmove.c, memcpy.c and strcat.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17285 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cbd7fa40f6
commit
9c0abbf838
3 changed files with 5 additions and 5 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include <string.h>
|
||||
|
||||
char *strcat(char *s1,
|
||||
const char *s2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue