Is size_t only in C++ standard or C standard as well?
I cannot find a C header in the "/usr/include" tree that defines size_t.
If it is not in the C std, is GCC just doing some magic to make things work?
Thanks, Chenz
feedback
|
|
From C99 draft: 7.17 Common definitions
| |||||
feedback
|
|
size_t is from the C standard library It is declared in
| |||
|
feedback
|
|
$ will give you a list of files that define size_t | |||
|
feedback
|