mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-04 06:00:13 +00:00
12 lines
260 B
C
12 lines
260 B
C
// 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);
|