4 lines
37 B
C
4 lines
37 B
C
|
int foo(int *喵) {
|
||
|
return *喵;
|
||
|
}
|