#if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)memcmp.c 1.1 94/10/31 SMI"; /* from S5R2 1.1 */ #endif /*LINTLIBRARY*/ /* * Compare n bytes: s1>s2: >0 s1==s2: 0 s1= 0) if (diff = *s1++ - *s2++) return (diff); return (0); }