sizeof(char)



I was looking at the glib.h file and it has:

#if (SIZEOF_CHAR == 1)

Um...it's part of the ANSI C standard that sizeof(char) is always 1, so
this is kinda redundant.

|| Bill Wendling			wendling@ganymede.isdn.uiuc.edu



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]