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