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