summaryrefslogtreecommitdiffstats
path: root/libc/string/strxfrm.c
Commit message (Collapse)AuthorAgeFilesLines
* Write a new strxfrm that doesn't make function calls. Uses the same logic asEric Andersen2002-06-121-0/+47
before but unrolls the func calls and thereby eliminates some steps and some bytes. Now adds just 40 bytes to .text. -Erik