mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
8 lines
92 B
C++
8 lines
92 B
C++
#include "mylib.h"
|
|
#include "stdio.h"
|
|
|
|
void mylib_function()
|
|
{
|
|
printf("This is mylib");
|
|
}
|