return; in a void function. What does it actually do?
return;
void
void function() { if(x==NULL) { return; } else{ ///// } }
c
c ×1