3 lines
34 B
Text
3 lines
34 B
Text
|
void modelled(intptr p) {
|
||
|
++*p;
|
||
|
}
|