source:
bootcd/isolinux/syslinux-6.03/com32/include/syslinux/zio.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 204 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 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.