NAME
end
, etext
,
edata
—
end boundaries of image
segments
SYNOPSIS
extern end;
extern etext;
extern edata;
DESCRIPTION
The addresses of the global symbols etext, edata, and end correspond to the next address following the end of the text segment, the end of the initialized data segment, and the end of the data segment (BSS).
SEE ALSO
HISTORY
An end
manual appeared in
Version 6 AT&T UNIX.