4 #define UWORD unsigned int
6 #define SECT_AREA_GLOBALS 1
8 typedef struct sglobal mglobal
;
9 typedef struct sglobal
*pmglobal
;
18 typedef struct sarea marea
;
19 typedef struct sarea
*pmarea
;
29 int parse_map( char *file_name
, pmarea
*first_area
);
30 int global_compare( const void *glob1
, const void *glob2
);
31 int sort_globals( pmglobal
*first_global
, pmarea first
);