index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
fortran
/
14 fortran links c
/
clib.c
blob: 81b2e0c17eadcf60952b26bb4b6a5e39dbcfdf8c (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
void
hello
(
void
){
printf
(
"hello from C
\n
"
);
}