1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-22 04:21:19 +08:00
2004-09-14 16:01:00 -04:00

8 lines
60 B
C++

#include "lib1.h"
int add1(int num)
{
return num + 1;
}