1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-20 19:55:10 +08:00
2010-12-14 12:20:54 -05:00

8 lines
92 B
C++

#include "mylib.h"
#include "stdio.h"
void mylib_function()
{
printf("This is mylib");
}