[chirp_devel] [PATCH 1 of 2] bitwise: add signed integer support
Dan Smith
Thu May 9 17:44:50 PDT 2013
> bitwise: add signed integer support
Cool!
> +# i8 foo; /* Signed 8-bit value */
> +# i16 foo; /* Signed 16-bit value */
> +# il16 foo; /* Signed 16-bit value (LE) */
> +# i24 foo; /* Signed 24-bit value */
> +# il24 foo; /* Signed 24-bit value (LE) */
> +# i32 foo; /* Signed 32-bit value */
> +# il32 foo; /* Signed 32-bit value (LE) */
What is the choice of using 'i' here? For 'integer'? I think 's' for
'signed' would make more sense to me. What do you think?
> -
> +
You added whitespace here :)
Thanks!
--
Dan Smith
www.danplanet.com
KK7DS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130509/11fe2564/attachment-0001.bin
More information about the chirp_devel
mailing list