On 08/07/2015 03:09, Carlos L. Torres wrote:
> +
> +/**
> + * Converts ASCII string to an unsigned long integer.
> + *
> + * If string contains a negative number, value will be converted to
> + * the unsigned representation of the signed value.

Please document overflow here, as it is slightly different between
strtol and strtoul.

Paolo

> + * See qemu_strtol() documentation for more info.
> + */

Reply via email to