1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 19:43:23 +08:00
Files
CMake/Tests/VSExternalInclude/Lib2/lib2.h
2004-09-14 16:01:00 -04:00

11 lines
93 B
C

#ifndef LIB2_HPP
#define LIB2_HPP
#include "lib1.h"
int add1_and_mult2(int num);
#endif