devcpp-cmake-template/include/func.h

5 lines
54 B
C

#ifndef FUNC_H_
#define FUNC_H_
int foo(void);
#endif