]> andersk Git - moira.git/blobdiff - lib/strs.c
Imake.rules:
[moira.git] / lib / strs.c
index 62385dd16fd6ea690f1b1db2f146ce50879b409b..055e19a52d6e70abb35cfffca1155f38f5e4110e 100644 (file)
 
 #ifndef lint
 static char *rcsid_strs_c = "$Header$";
-#endif lint
+#endif
 
 #include <mit-copyright.h>
 #include <sys/types.h>
+#include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
 
-extern char *malloc(), *realloc();
-
 /*
  * Random string functions which should be in the C library..
  */
@@ -36,7 +35,6 @@ strsave(s)
     register char *p;
     /* Kludge for sloppy string semantics */
     if (!s) {
-           printf("NULL != \"\" !!!!\r\n");
            p = malloc(1);
            *p = '\0';
            return p;
This page took 0.034266 seconds and 4 git commands to generate.