Initial commit from Ventoy@7cbdc5c
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// 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);
|
||||
Reference in New Issue
Block a user