Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
AutoExportDll
/
hello2.c
blob: d4d6b72b18cadfd44a5b436f3d66bc5ddf57ba29 [
file
] [
log
] [
blame
]
#include
<stdio.h>
extern
int
own_auto_export_function
(
int
i
);
void
hello2
()
{
printf
(
"hello exec:%i"
,
own_auto_export_function
(
41
));
}