repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IB/srp: fix mr allocation when the device supports sg gaps
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-zlib.c
blob
e111fff6240e06948c909790655f5da21a0de9c9
1
#include <zlib.h>
2
3
int
main
(
void
)
4
{
5
z_stream zs
;
6
7
inflateInit
(&
zs
);
8
return
0
;
9
}