Standard string library

This library is written in assembly language by P. Niklaus, and is very fast and compact. It contains the following functions, declared in string.h.

  1. strlen
  2. strcat
  3. strcpy
  4. strcmp
  5. strcasecmp
  6. strncmp
  7. strncasecmp
  8. memcpy
  9. memmove
  10. xmemshift



Alain Gibaud 2015-07-09