CPlusPlusThings/extern/extern_c++/add.h
2019-07-26 15:13:47 +08:00

5 lines
64 B
C

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