end.3
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3 代码 · 共 45 行
3
45 行
.\" SCCSID: @(#)end.3 8.1 9/11/90.TH end 3 RISC.SH Nameend, etext, edata \- last locations in program.SH Syntax.nf.B extern end;.B extern etext; .B extern edata; .B extern eprol;.fi.SH Description.NXR "end subroutine".NXR "etext subroutine".NXR "edata subroutine".NXR "program" "specifying addresses"These names refer neither to routines nor to locations with interestingcontents. The address of.PN etextis the first address above the program text,.PN edataabove the initialized data region, and.PN eprolis the first instruction of the user's program that follows theruntime startup routine..PPWhen execution begins, the program break coincides with .PN end ,but it is reset by the routines.MS brk 2 ,.MS malloc 3 ,standard input/output.MS stdio 3s ,the profile.RB ( \-p )option of .MS cc 1 ,and so forth.The current value of the program breakis reliably returned by sbrk(0).For further information, see .MS brk 2 ..SH See Alsocc(1), brk(2), malloc(3), stdio(3s)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?