mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
75b0e1679c
Tests of generated component based deb packages with lintian and dpkg. Also includes basic file name check.
8 lines
92 B
C++
8 lines
92 B
C++
#include "mylib.h"
|
|
#include "stdio.h"
|
|
|
|
void mylib_function()
|
|
{
|
|
printf("This is mylib");
|
|
}
|