CMake/Tests/VSExternalInclude/Lib1/lib1.h

9 lines
64 B
C
Raw Normal View History

2004-09-15 00:01:00 +04:00
#ifndef LIB1_HPP
#define LIB1_HPP
int add1(int num);
#endif