__maskrune --> __istype
This commit is contained in:
parent
80fd925122
commit
1284c1ad08
@ -178,5 +178,5 @@ int
|
||||
digittoint(c)
|
||||
int c;
|
||||
{
|
||||
return (__maskrune((c), 0xFF));
|
||||
return (__istype((c), 0xFF));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user