[BusyBox] Today's ash improvements

蔡恆華 iquin at shellyeah.org
Sun Aug 5 18:36:31 UTC 2001


> to (is_digit(c)||c=='!'||c=='#'||c=='$'||c=='*'||c=='-').
How about:
strchr("!@$%#$0123456789", c) or
is_digit(c)||strchr("!@$%#$", c)

Regards,
I.Q.







More information about the busybox mailing list