* device/lib/pic/libdev/Makefile.in: build device-specific
[fw/sdcc] / device / lib / _strncmp.c
index c55b5fa600abdf53f9db2d43d1996c60d7fd2514..f22ed3b96695cd5d7ef37eedf1e333ccac7b0629 100644 (file)
@@ -26,7 +26,7 @@
 int strncmp (
        char * first,
        char * last,
-       int count
+       size_t count
        ) 
 {
        if (!count)