blob: b3f0bd237a4e3e5ec083df0d18d5f019ff9419d4 (
plain)
1
2
3
4
5
6
7
8
|
#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
|