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
/
standalone-static-library
/
mylib.c
blob: 108be618c291fd0db73ec29f2d94a72944f023d7 (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
void
print
(
void
)
{
printf
(
"hello from mylib.c
\n
"
);
return
;
}