index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
python
/
gyp
/
test
/
multiple-targets
/
src
/
common.c
blob: f1df7c1431464bfee76a2bd08aff784de28286d2 (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
void
common
(
void
)
{
printf
(
"hello from common.c
\n
"
);
return
;
}