mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-03 10:33:25 +08:00
7 lines
76 B
C
7 lines
76 B
C
#ifndef ADD_H
|
|
#define ADD_H
|
|
extern "C" {
|
|
int add(int x,int y);
|
|
}
|
|
#endif
|