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