summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/memcmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bye bye SCCSderaadt2012-07-131-4/+0
|
* first ansideraadt2003-08-081-5/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* #include "stand.h" not <stand.h>millert1997-04-071-2/+2
|
* #include <stand.h>.mickey1996-10-291-2/+2
| | | | | not <string.h>, since we've got some smart b{cmp,copy,zero} macros, and may have some conflicts when including both.
* replace with a correct memcmp; problem spotted by rahndsderaadt1996-10-241-18/+31
|
* add functions.mickey1996-10-161-0/+47
remove functions. optimize (: emulate b{copy,cmp,zero} through the mem{cpy,cmp,set}. add useful macros to stand.h