Files
2024-11-11 17:16:34 +00:00

3 lines
39 B
C

#define ADD(A,B) ((A)+(B))
int f(int);