mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
11 lines
93 B
C
11 lines
93 B
C
|
|
|
|
#ifndef LIB2_HPP
|
|
#define LIB2_HPP
|
|
|
|
#include "lib1.h"
|
|
|
|
int add1_and_mult2(int num);
|
|
|
|
#endif
|