aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/builtins/memmove-lib.c
blob: e2293ffc04061801d2282fcc787013fba1dc9bfe (plain)
1
2
3
4
5
6
7
#include "lib/memmove.c"
#ifdef __vxworks
/* The RTP C library uses bzero and bfill, both of which are defined
   in the same file as bcopy.  */
#include "lib/bzero.c"
#include "lib/bfill.c"
#endif