repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
graphics.library: In INVERSVID mode, don't clobber the GC's pens
[AROS.git]
/
test
/
bz2
/
version.c
blob
d460fe5b49007f9ef5c40ab0019493f058c16fbc
1
#include <bzlib.h>
2
#include <stdio.h>
3
4
int
main
(
void
)
5
{
6
printf
(
"Version %s
\n
"
,
BZ2_bzlibVersion
());
7
return
0
;
8
}