mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
9 lines
64 B
C
9 lines
64 B
C
|
|
#ifndef LIB1_HPP
|
|
#define LIB1_HPP
|
|
|
|
int add1(int num);
|
|
|
|
|
|
#endif
|