index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
python
/
gyp
/
test
/
same-source-file-name
/
src
/
func.c
blob: e069c692a69c916e43ed5d0e9e6a182ce76d340e (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
void
func
(
void
)
{
printf
(
"Hello %s from func.c
\n
"
,
PROG
);
}