scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

libc-tests.lst (468B)


      1 0001-abort
      2 0002-assert
      3 0003-assert
      4 0004-abort
      5 0005-ctype
      6 0006-limits
      7 0007-signal
      8 0008-longjmp
      9 0009-stdarg [TODO]
     10 0010-stddef
     11 0011-strcat
     12 0012-strchr
     13 0013-strcmp
     14 0014-strcoll
     15 0015-strcpy
     16 0016-strcspn
     17 0017-strerror [TODO]
     18 0018-strlen
     19 0019-strncat
     20 0020-strncmp
     21 0021-strncpy
     22 0023-strpbrk
     23 0024-strrchr
     24 0025-strspn
     25 0026-strstr
     26 0027-strtok
     27 0028-strxfrm
     28 0029-memchr
     29 0030-memcpy
     30 0031-memmove
     31 0032-memset
     32 0033-memcmp
     33 0034-errno
     34 0035-setlocale
     35 0036-localeconv
     36 0037-malloc [TODO]