CPlusPlusThings/basic_content/extern/extern_c++/add.h

5 lines
65 B
C

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