5 lines
78 B
C++
5 lines
78 B
C++
|
void* returnVoid(void* const return_Value) {
|
||
|
return return_Value;
|
||
|
};
|
||
|
|