shadeos/learning/old_src/function.c

3 lines
40 B
C
Raw Normal View History

int my_function() {
return 0xbaba;
}