summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/memcmp.c
AgeCommit message (Collapse)Author
1997-04-07#include "stand.h" not <stand.h>Todd C. Miller
1996-10-29#include <stand.h>.Michael Shalayeff
not <string.h>, since we've got some smart b{cmp,copy,zero} macros, and may have some conflicts when including both.
1996-10-24replace with a correct memcmp; problem spotted by rahndsTheo de Raadt
1996-10-16add functions.Michael Shalayeff
remove functions. optimize (: emulate b{copy,cmp,zero} through the mem{cpy,cmp,set}. add useful macros to stand.h