Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/BundleUtilities/shared.cpp
3148 views
1
2
#include "shared.h"
3
4
#include "stdio.h"
5
6
void shared()
7
{
8
printf("shared\n");
9
}
10
11