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
/
common
/
201 kwarg entry
/
prog.c
blob: 2eec26bbb3a183e3c73caaff9b7f1c1e05d645b0 (
plain
)
1
2
3
4
5
6
7
#include
<prog.h>
#include
<stdio.h>
int
main
(
void
)
{
printf
(
MESSAGE
);
return
0
;
}