Skip to content
GUIDES

Checked code

Checked code is an opt-in safety check for selected C functions. A successful check means that the supported operations are established under the function’s reported entry requirements and trusted boundaries. It does not certify unselected code, external libraries, the compiler implementation, or arbitrary C. It adds no runtime checks and changes no pointer ABI.