Answers for "error: return-statement with a value, in function returning ‘void’ [-fpermissive] return my; ^~"

1

error: return-statement with a value, in function returning 'void' [-fpermissive] return 0; ^

void* foo(...);
Posted by: Guest on May-31-2021

Code answers related to "error: return-statement with a value, in function returning ‘void’ [-fpermissive] return my; ^~"

Browse Popular Code Answers by Language