Files
CS3841/TTOS/test2.c
p-w-rs 7bb91e666d stuff
2022-09-07 11:18:56 -05:00

3 lines
37 B
C

int foo3(int b) {
return b + 3;
}