Re: Promoting unsigned long int to long int
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: 30 Jun 2008 08:49:24 -0700
pereges <Broli00@xxxxxxxxx> writes:
[...]
#define ulong unsigned long int[...]
#define uchar unsigned char
These types already have perfectly good names already. Why give them
new ones?
If you must rename them for some reason, use typedefs, not macros.
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
.
- Follow-Ups:
- Re: Promoting unsigned long int to long int
- From: pereges
- Re: Promoting unsigned long int to long int
- References:
- Promoting unsigned long int to long int
- From: pereges
- Promoting unsigned long int to long int
- Prev by Date: Re: Promoting unsigned long int to long int
- Next by Date: Re: Runtime stack allocation
- Previous by thread: Re: Promoting unsigned long int to long int
- Next by thread: Re: Promoting unsigned long int to long int
- Index(es):