This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

sizeof() return type ?



This one is taxing me, what is the correct type returned by the built in sizeof() operator ?


int ?
unsigned int ?
size_t ?
ssize_t ?

Where does size_t and ssize_t originate from ? ANSI/stdio ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]