Fixed declaration of strlen()
authorarjen <arjen>
Thu, 26 Sep 2002 14:51:52 +0000 (14:51 +0000)
committerarjen <arjen>
Thu, 26 Sep 2002 14:51:52 +0000 (14:51 +0000)
src/out.cpp

index 4dc2fc8..7f0a527 100644 (file)
@@ -7,7 +7,7 @@
  
 #include <stdio.h>     
 #include <stdlib.h>
-extern "C" unsigned int strlen(const char*);
+#include <string.h>
 #include <stream.h>