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

4 lines
71 B
C
Raw Normal View History

2023-07-11 19:52:53 +08:00
#include <stdio.h>
extern int sum(int, int);
extern int sub(int, int);