#include "unify.h"
char *Seg_Adr(seg_id_type seg_id);
Seg_Adr returns a pointer to the starting address of the
segment referenced by seg_id.
The starting address of the segment referenced by seg_id is
returned upon success. Otherwise, NULL is returned.
An error will occur if seg_id is not a valid segment identifier.