progress on all fronts
[com32] / src / libc / string.c
index 5afe839..06d8f87 100644 (file)
@@ -223,7 +223,7 @@ char *strncpy(char *dest, const char *src, int n)
        return dest;
 }
 
-
+/*
 static const char *errstr[] = {
        "Success",
        "Foo",
@@ -257,3 +257,4 @@ char *strerror(int err)
        }
        return (char*)errstr[err];
 }
+*/