File: rdfile.h

package info (click to toggle)
macutils 2.0b3-17.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: ansic: 12,737; makefile: 661
file content (13 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define	ISATEND		0
#define	ISFILE		1
#define	ISDIR		2
#define	ENDDIR		3

extern char file_info[INFOBYTES];
extern char *data_fork, *rsrc_fork;
extern int data_size, rsrc_size;

extern void setup();
extern int nextfile();
extern char *get_minb();