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
extend the _archspecific macro support so that it can provide overrides/additions...
[AROS.git]
/
test
/
z
/
version.c
blob
4acff03cbbe479ceb6032e8161a6d836253ba5c0
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <zlib.h>
7
#include <stdio.h>
8
9
int
main
(
void
)
10
{
11
printf
(
"Version %s
\n
"
,
zlibVersion
());
12
return
0
;
13
}