* Makefile.in, configure.in, configure,
[fw/sdcc] / device / lib / _memcmp.c
index 19d555f9dcac4614c608da63cd6a5cdc676829af..08b06347e5e7089bb93ad6e763eda6fb082904d5 100644 (file)
    what you give them.   Help stamp out software-hoarding!  
 -------------------------------------------------------------------------*/
 #include "string.h" 
-#define NULL (void *)0
 
 int memcmp (
        void * buf1,
        void * buf2,
-       int count
+       size_t count
        ) 
 {
        if (!count)