repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add memtest support.
[syslinux-debian/hramrach.git]
/
com32
/
include
/
syslinux
/
zio.h
blob
23991e50d57478cc5fc094ddbd488c70512ffa16
1
/*
2
* <syslinux/zio.h>
3
*/
4
5
#ifndef _SYSLINUX_ZIO_H
6
#define _SYSLINUX_ZIO_H
7
8
#include <stdio.h>
9
10
int
zopen
(
const char
*,
int
, ...);
11
FILE
*
zfopen
(
const char
*,
const char
*);
12
13
#endif
/* _SYSLINUX_ZIO_H */