; First, give the name of the file to contain the library - strlib -
; and its parameter block - the single word 0x40000 (initially unused).
; 
> strlib \
  0x40000

; ...then include all suitable data areas...
+()

; ... finally export all the entry points...
;
memcpy
memmove
memchr
memcmp
strcat
strchr
strcmp
strcoll
__set_strcoll_table
strcpy
strcspn
strerror
_strerror
strlen
strncat
strncmp
strncpy
strpbrk
strrchr
strspn
strstr
strtok
strxfrm
