...
This non-compliant code example also violates INT01-AC. Use rsize_t or size_t for all integer values representing the size of an object.
...
...
This non-compliant code example also violates INT01-AC. Use rsize_t or size_t for all integer values representing the size of an object.
...