ultrix man page for end

Query: end

OS: ultrix

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

end(3)							     Library Functions Manual							    end(3)

Name
       end, etext, edata - last locations in program

Syntax
       extern end;
       extern etext;
       extern edata;
       extern eprol;

Description
       These  names  refer  neither to routines nor to locations with interesting contents.  The address of is the first address above the program
       text, above the initialized data region, and is the first instruction of the user's program that follows the runtime startup routine.

       When execution begins, the program break coincides with but it is reset by the routines standard input/output the profile  (-p)	option	of
       and so forth.  The current value of the program break is reliably returned by sbrk(0).  For further information, see

See Also
       cc(1), brk(2), malloc(3), stdio(3s)

								       RISC								    end(3)
Related Man Pages
_end(3c) - opensolaris
edata(3c) - sunos
_base_address(3) - osf1
_edata(3c) - sunos
_etext(3c) - sunos
Similar Topics in the Unix Linux Community
How many hours do you spend at unix.com a week ?
SED or AWK "append line to the previous line"
How Will the World End?
Need comand or script for append text after searching for the desired string
Appending a column in xlsx file using Python