Daniel Phillips <[EMAIL PROTECTED]> said:

[...]

> Heading in the right direction, but this is equivalent to:
> 
>   if (isalnum(*p) && *p != '-' && *p != '_') return -EINVAL;
> 
> which is faster, smaller and easier to read.

And wrong. ;-)
--
Horst von Brand                             [EMAIL PROTECTED]
Casilla 9G, Vin~a del Mar, Chile                               +56 32 672616
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to