index
:
firefox
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
/
builddir
/
src
/
func3.c
blob: 3b4edeae6ddbfc8364afbb20ef99e402cb555b4b (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
void
func3
(
void
)
{
printf
(
"Hello from func3.c
\n
"
);
}