NAME
end, etext, edata - last locations in program

SYNOPSIS
extern end;
extern etext;
extern edata;

DESCRIPTION
These names refer neither to routines nor to locations with
interesting contents. The address of etext is the first address
above the program text, edata above the initialized data region,
and end above the uninitialized data region.