devcpp-cmake-template/include/func.h

5 lines
54 B
C
Raw Permalink Normal View History

2022-02-25 14:06:51 +08:00
#ifndef FUNC_H_
#define FUNC_H_
int foo(void);
#endif