O Plameras <[EMAIL PROTECTED]> wrote: > And, also, in that case I should also include "sizeof(unsigned)" which > in C programming > is usually the same as sizeof(int). But we learned again that we must > satisfy ourselves > first hand.
if (sizeof(unsigned) != sizeof(int)) printf("Buggy compiler!\n");
"unsigned" really means "unsigned int" which is always exactly the same
size as int (obviously).
--
Sam "Eddie" Couter | mailto:[EMAIL PROTECTED]
Debian Developer | mailto:[EMAIL PROTECTED]
| jabber:[EMAIL PROTECTED]
OpenPGP fingerprint: A46B 9BB5 3148 7BEA 1F05 5BD5 8530 03AE DE89 C75C
signature.asc
Description: Digital signature
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
