END(3) OpenBSD Programmer's Manual END(3)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 ALSObrk(2), malloc(3)HISTORY
An end manual appeared in Version 6 AT&T UNIX.
OpenBSD 4.9 May 31, 2007 OpenBSD 4.9