Base config for C/C++ project
This commit is contained in:
6
src/func.h
Normal file
6
src/func.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __FUNC
|
||||
#define __FUNC
|
||||
|
||||
int addition(int a, int b);
|
||||
|
||||
#endif //__FUNC
|
||||
Reference in New Issue
Block a user