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