Another function to ansify

This commit is contained in:
Baptiste Daroussin 2015-05-05 07:52:41 +00:00
parent 3487fc5d49
commit 64a70bfbde

View File

@ -218,8 +218,8 @@ tskip(register char *bp)
* a # character. If the option is not found we return -1.
* Note that we handle octal numbers beginning with 0.
*/
tgetnum(id)
char *id;
int
tgetnum(char *id)
{
register int i, base;
register char *bp = tbuf;