mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Import libiberty from gcc
This commit is contained in:
@ -33,7 +33,7 @@ Copies the string @var{src} into @var{dst}. Returns a pointer to
|
||||
#include <stddef.h>
|
||||
|
||||
extern size_t strlen (const char *);
|
||||
extern PTR memcpy (PTR, const PTR, size_t);
|
||||
extern void *memcpy (void *, const void *, size_t);
|
||||
|
||||
char *
|
||||
stpcpy (char *dst, const char *src)
|
||||
|
Reference in New Issue
Block a user