Typically, I have used the lowercase formatting. Much of the code I work with has gone for the lowercase format as well. Typically setting something to 0xFFFFFFFF reads like yelling and stands out in the source, since keywords are all lowercase and most var/function names are as well. As an aside, the #define macros usually stand out as all of them are all-caps. I would suggest using the lowercase format.
On Sat, 31 Jul 2004 10:43:45 -0700, Vlad902 <[EMAIL PROTECTED]> wrote: > What is the proper code style regarding hexadecimal case (ie. 0xabc v. > 0xABC)? I have found code to be a mix of mostly lower and upper case, > and style(9) didn't say anything on the subject. > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

