4 lines
63 B
C
4 lines
63 B
C
|
int my_function () {
|
||
|
int my_var = 0xbaba ;
|
||
|
return my_var ;
|
||
|
}
|