Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Kitware
Edit Copy
Star
GitHub Repository:
Kitware/CMake
Path:
blob/master/Tests/BundleUtilities/shared.cpp
3
1
4
8
views
1
2
#include "shared.h"
3
4
#include "stdio.h"
5
6
void
shared
(
)
7
{
8
printf
(
"shared\n"
)
;
9
}
10
11