strtok_r.c 358 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
  3. *
  4. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  5. */
  6. #define L_strtok_r
  7. #define Wstrtok_r __strtok_r
  8. #undef Wstrspn
  9. #define Wstrspn __strspn
  10. #undef Wstrpbrk
  11. #define Wstrpbrk __strpbrk
  12. #include "wstring.c"
  13. strong_alias(__strtok_r, strtok_r)
  14. #undef L_strtok_r