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