do not declare sprintf. On some systems it is an int, on others it is

a char *
This commit is contained in:
ceriel
1989-11-29 09:55:03 +00:00
parent 0e2861d8b0
commit 79b0bb3347
4 changed files with 0 additions and 24 deletions

View File

@@ -19,12 +19,6 @@ static char rcsid[] = "$Header$";
* Author: Hans van Staveren
*/
#ifndef __STDC__
extern char *sprintf();
#else
/* sprintf should be declared in stdio.h, as returning an int */
#endif
string mystrcpy();
FILE *codefile;