blob: b3f0bd237a4e3e5ec083df0d18d5f019ff9419d4 [file] [log] [blame]
#include "lib/strchr.c"
#ifdef __vxworks
/* The RTP C library uses bzero, bfill and bcopy, all of which are defined
in the same file as index. */
#include "lib/bzero.c"
#include "lib/bfill.c"
#include "lib/memmove.c"
#endif