> Actually, I think it's brilliantly documented. Defining base as the > first valid value and limit as the first invalid value makes it pretty > clear, IMHO.
"first invalid value" is hard to express if the range you want to check includes the largest value for the type you are using. Either "limit" needs to be the largest allowable value, or you should stick to "base,len". -Tony - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
