7 lines
60 B
C++
7 lines
60 B
C++
|
import priv;
|
||
|
|
||
|
int forwarding()
|
||
|
{
|
||
|
return from_private();
|
||
|
}
|