mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 12:24:29 +00:00
8 lines
60 B
C++
8 lines
60 B
C++
|
|
#include "lib1.h"
|
|
|
|
int add1(int num)
|
|
{
|
|
return num + 1;
|
|
}
|