Files
2020-07-19 10:38:38 +08:00

5 lines
64 B
C

#ifndef ADD_H
#define ADD_H
extern int add(int x,int y);
#endif