File:  [MW Coherent from dump] / coherent / a / usr / man / MULTI / end
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent



end                   Linker-Defined Symbol                   end



extern int end[];

end is the location  after the uninitialized data segment.  It is
defined by the linker when  it binds the program together for ex-
ecution.  The value of end is merely an address.  The location to
which  it points  contains  no known  value, and  may be  illegal
memory  locations for  the program.   The value  of end  does not
change while the program is running.

***** Example *****



main()
{
        extern int end[];
        printf("end=%lx\n", (long) end);
}


***** See Also *****

etext, ld, linker-defined symbols, malloc()


































COHERENT Lexicon                                           Page 1



unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.