What does it mean to call a function with one that was int
and is passed as (void *)
?
If the variable was declared as int
because it is passed as a parameter to a *(void *)variavel*
function?
Example
int var = 10;
teste((void *)var);