Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CPackComponentsDEB/subdir/myotherlib.cpp
3153 views
1
#include "myotherlib.h"
2
3
#include "stdio.h"
4
5
void myotherlib_function()
6
{
7
printf("This is myotherlib");
8
}
9
10