switch (expression)

Ron Natalie ron at topaz.rutgers.edu
Fri Jul 15 22:40:54 AEST 1988


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.

-Ron



More information about the Comp.std.c mailing list