R
Richard Heathfield
Cesar Rabak said:
That shouldn't be hard. It would require a pointer twice as wide as a
size_t, and (since you imply C99) therefore at least 32 bits wide (as
opposed to 30 for C90). Such a system could easily exist right now, as far
as I can see.
What am I missing?
[squared])?It is possible to have a conforming implementation returning some kind
of 'super size_t' pointer (that could address in principle SIZE_MAX
That shouldn't be hard. It would require a pointer twice as wide as a
size_t, and (since you imply C99) therefore at least 32 bits wide (as
opposed to 30 for C90). Such a system could easily exist right now, as far
as I can see.
What am I missing?