|
slibc
|
TR 24731-1 stdint.h defines the macro RSIZE_MAX. More...
Go to the source code of this file.
Defines | |
| #define | SLIBC_STDINT_H |
| #define | RSIZE_MAX (SIZE_MAX >> 1) |
| RSIZE_MAX defines the highest number that a value of type rsize_t may contain. | |
TR 24731-1 stdint.h defines the macro RSIZE_MAX.
| #define RSIZE_MAX (SIZE_MAX >> 1) |
RSIZE_MAX defines the highest number that a value of type rsize_t may contain.
Functions that have a parameter of rsize_t will report a runtime constraint violation if its value exceeds RSIZE_MAX.
1.7.6.1