1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 00:12:32 +00:00
SCCS-file: scheck.c
SCCS-SID: 8.16
This commit is contained in:
Arthur David Olson
2005-01-31 14:06:06 -05:00
committed by Paul Eggert
parent 230b977c5a
commit 3aed48c5bf

View File

@ -11,7 +11,7 @@ static char elsieid[] = "%W%";
char *
scheck(string, format)
const char * const string;
const char * const format;
char * const format;
{
register char * fbuf;
register const char * fp;