qfedu-c-level/day7/d10/a.h

4 lines
71 B
C

#include <stdio.h>
extern int sum(int, int);
extern int sub(int, int);