linux.h 260 Bytes
Newer Older
longpanda's avatar
longpanda committed
1
2
3
4
5
6
7
8
9
10
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);