Re: Promoting unsigned long int to long int



On Jun 30, 8:49 pm, Keith Thompson <ks...@xxxxxxx> wrote:

These types already have perfectly good names already. Why give them
new ones?

No purpose really. Just that in some of my functions, there are too
many parameters already and the whole thing doesn't fit in single
line.

If you must rename them for some reason, use typedefs, not macros.


ok
.