modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/execute/builtins/strrchr-lib.c (about)

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