Another function to ansify

This commit is contained in:
bapt 2015-05-05 07:52:41 +00:00
parent 1627eefffa
commit 09ff591b15

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;