mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
20 lines
397 B
Plaintext
20 lines
397 B
Plaintext
|
*** xb_check.c.orig Mon Jan 18 23:27:31 1999
|
||
|
--- xb_check.c Mon Jan 18 23:31:08 1999
|
||
|
***************
|
||
|
*** 145,151 ****
|
||
|
}
|
||
|
|
||
|
/* boolean that checks if a string is numeric */
|
||
|
! int isnumber(char *s)
|
||
|
{
|
||
|
if(atoi(s)==0 && *s!='0')
|
||
|
return 0;
|
||
|
--- 145,151 ----
|
||
|
}
|
||
|
|
||
|
/* boolean that checks if a string is numeric */
|
||
|
! int isnumb(char *s)
|
||
|
{
|
||
|
if(atoi(s)==0 && *s!='0')
|
||
|
return 0;
|