We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We currently mark functions without a return statement as checked. For example
int *test(){ }
is converted to
_Ptr<int> test(void){ }