Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
Tests
/
VSExternalInclude
/
Lib1
/
lib1.cpp
blob: 690eb740f3f55549e4c96bceac8ae97c0d11c1db [
file
]
#include
"lib1.h"
int
add1
(
int
num
)
{
return
num
+
1
;
}