source:
bootcd/isolinux/syslinux-6.03/com32/include/syslinux/zio.h
@
26ffad7
Last change on this file since 26ffad7 was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 204 bytes |
Line | |
---|---|
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 */ |
Note: See TracBrowser
for help on using the repository browser.