| Main index | Section 3 | 日本語 | Options |
etext is the first address after the end of the text segment.
edata is the first address after the end of the initialized data segment.
end is the first address after the end of the data segment ( BSS) when the program is loaded. Use the sbrk(2) system call with zero as its argument to find the current end of the data segment.
| END (3) | August 28, 2000 |
| Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options! | ” |
| — The Unix Haters' handbook | ||