end(3) ultrix man page | unix.com

Man Page: end

Operating Environment: ultrix

Section: 3

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
_etext(3c) - opensolaris
_procedure_string_table(3) - osf1
edata(3c) - opensolaris
_base_address(3) - osf1
_edata(3c) - sunos
Similar Topics in the Unix Linux Community
The Forum Hierarchy
SED or AWK "append line to the previous line"
Sending email with multiple files..
Help finding a Unix friendly RAID 1 backup
How to determine the encoding of this dd image?