repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use the -newos toolchain even if -elf is present.
[newos.git]
/
boot
/
pc
/
x86_64
/
inflate.h
blob
5f7da57825efcfcb3d6c861273f626be8c1834cb
1
#ifndef _STAGE1_INFLATE_H
2
#define _STAGE1_INFLATE_H
3
4
unsigned int
gunzip
(
const unsigned char
*
in
,
unsigned char
*
out
,
unsigned char
*
inf_buf
);
5
6
#endif