From: ceriel Date: Thu, 28 Jul 1988 18:18:29 +0000 (+0000) Subject: fixed error in declaration of sprintf X-Git-Tag: release-5-5~2970 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fb53750ee3ae503c36615d4258ed61b1a804dad1;p=ack.git fixed error in declaration of sprintf --- diff --git a/util/cgg/main.c b/util/cgg/main.c index bbbb06eaf..f8e2747a7 100644 --- a/util/cgg/main.c +++ b/util/cgg/main.c @@ -7,7 +7,7 @@ #include "booth.h" -char *strncpy(), strcpy(), sprintf(); +char *strncpy(), *strcpy(), *sprintf(); char * myalloc(n) { register char *p;