Hi Jim, > > + If ENDPTR is not NULL, set *ENDPTR to point to the first byte beyond the > > + parsed number or to NPTR if the string does not start with a parseable > > + number. > > Perhaps mention that *ENDPTR is always set?
I think this is implicit by the fact that this paragraph comes before the return value is discussed. But you can clarify it even more. Bruno