
typedef struct stat {
  long st_load_address;
  long st_exec_address;
  long st_size;
  long st_attr;
  long st_type;
} stat_struct;

extern int stat(char *, struct stat *);
extern void wstat(char *, struct stat *);
