]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - VBLADE/vblade-master/linux.h
add ICON
[Ventoy.git] / VBLADE / vblade-master / linux.h
1 // linux.h: header for linux.c
2
3 typedef unsigned char uchar;
4 typedef long long vlong;
5
6 int dial(char *);
7 int getindx(int, char *);
8 int getea(int, char *, uchar *);
9 int getsec(int, uchar *, vlong, int);
10 int putsec(int, uchar *, vlong, int);
11 vlong getsize(int);