Another function to ansify
This commit is contained in:
parent
3487fc5d49
commit
64a70bfbde
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user