5 lines
71 B
C++
5 lines
71 B
C++
|
void* returnPtr(void* return_Value) {
|
||
|
return return_Value;
|
||
|
};
|
||
|
|