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