#ifndef MEMCMP_H_INCLUDED #define MEMCMP_H_INCLUDED extern int memcmp __P ((__const __ptr_t __s1, __const __ptr_t __s2, size_t __n)); #endif /* MEMCMP_H_INCLUDED */