4 lines
71 B
C
4 lines
71 B
C
|
#include <stdio.h>
|
||
|
|
||
|
extern int sum(int, int);
|
||
|
extern int sub(int, int);
|