blob: 9194c555f6319572b471ca3af666cca7ffd0ecff (
plain)
1
2
3
4
5
6
7
8
|
#include "lib/strrchr.c"
#ifdef __vxworks
/* The RTP C library uses bzero, bfill and bcopy, all of which are defined
in the same file as rindex. */
#include "lib/bzero.c"
#include "lib/bfill.c"
#include "lib/memmove.c"
#endif
|