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]

prtdiff_t / void *


Is it reasonable to assume a ptrdiff_t can be stored in a void * on the vast majority of platforms supported by GCC?

Are there any known cases where ptrdiff_t isn't just a signed int, but actually is a special, magic type?


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