File: linux.h

package info (click to toggle)
vblade 25-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 336 kB
  • sloc: ansic: 1,310; sh: 633; makefile: 60
file content (11 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (7)
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);