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
Fixed warning while generated AutoDoc documentation: NewList() is not in Exec.
[AROS.git]
/
test
/
z
/
version.c
blob
5e5d970ff155cc815a3bd5dbe6b318540bf1b979
1
#include <zlib.h>
2
#include <stdio.h>
3
4
int
main
(
void
)
5
{
6
printf
(
"Version %s
\n
"
,
zlibVersion
());
7
return
0
;
8
}