ack/lang/cem/libcc.ansi/core/string
David Given d1cdb07719 Realise that the libc core can safely call other libc core functions, even if
they're not defined in the core: so putw() can call stdio stuff, for example.
So the earlier concept of pureness isn't necessary. Rename accordingly.
2018-06-21 23:24:23 +02:00
..
memchr.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
memcmp.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
memcpy.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
memmove.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
memset.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strcat.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strchr.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strcmp.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strcoll.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strcpy.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strcspn.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strdup.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strlen.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strncat.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strncmp.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strncpy.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strpbrk.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strrchr.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strspn.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strstr.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strtok.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strxfrm.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00