mirror of
https://github.com/wnayes/macutils.git
synced 2025-01-05 00:30:04 +00:00
13 lines
246 B
C
13 lines
246 B
C
#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();
|