files
vscode-c-cpp-msvc-config/src/func.h

6 lines
75 B
C

#ifndef __FUNC
#define __FUNC
int addition(int a, int b);
#endif //__FUNC