index
:
csharp-cmake.git
main
csc-cmake use csc instead of msbuild to build C
mr-nice
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chello
/
hello.c
blob: b99e83db0ccc9952ceff35ec0b8e1f11c504c8d8 (
plain
) (
blame
)
1
2
3
4
5
#include
<stdio.h>
void
hello_c
(
void
)
{
printf
(
"hello from c
\n
"
);
}