scons_gd/scons/test/D/MixedDAndC/Image/cmod.c
2022-10-15 16:06:26 +02:00

4 lines
40 B
C

int csqr(int arg) {
return arg*arg;
}