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
/
standalone-static-library
/
prog.c
blob: 8af5c90844be41631b43a13b53765ad3c92c7dae (
plain
)
1
2
3
4
5
6
7
extern
void
print
(
void
);
int
main
(
void
)
{
print
();
return
0
;
}