SMS-GCI-Loader/example/main.c

4 lines
31 B
C
Raw Normal View History

2022-11-10 21:01:47 +09:00
int f(int x) {
return x*x;
}