switch (expression)

Richard Harter g-rh at cca.CCA.COM
Sat Jul 16 00:50:38 AEST 1988


In article <Jul.15.08.40.53.1988.20506 at topaz.rutgers.edu> ron at topaz.rutgers.edu (Ron Natalie) writes:
>Brk and sbrk are not part of C.  They shouldn't even be part
>of UNIX.  You can't write portable code with them.  The concept
>of a single linear address space for data and another for subroutine
>linkage is not a universal concept.  Use Malloc.

	And, as noted in ~.lang.c by others, if you don't like malloc,
and want to write your own, use malloc as your primitive to get space 
from the system. 


-- 

In the fields of Hell where the grass grows high
Are the graves of dreams allowed to die.
	Richard Harter, SMDS  Inc.



More information about the Comp.std.c mailing list