summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/memcmp.c
AgeCommit message (Expand)Author
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1997-10-05Copyright assigned to The NetBSD Foundation.thorpej
1997-06-26Avoid user space headers for standalone programs.drochner
1997-06-13Bring prototypes into scope.drochner
1997-01-16add memcmp, implemented as a wrapper around bcmp() (like memcpy() iscgd