1
0
mirror of https://github.com/ventoy/Ventoy.git synced 2025-01-18 10:13:20 -05:00

12 lines
260 B
C
Raw Normal View History

2020-04-05 00:07:50 +08:00
// linux.h: header for linux.c
typedef unsigned char uchar;
typedef long long vlong;
int dial(char *);
int getindx(int, char *);
int getea(int, char *, uchar *);
int getsec(int, uchar *, vlong, int);
int putsec(int, uchar *, vlong, int);
vlong getsize(int);