Path: utzoo!attcan!uunet!lll-winken!lll-tis!mordor!lll-lcc!ames!mailrus!cornell!rochester!rutgers!topaz.rutgers.edu!ron
From: ron@topaz.rutgers.edu (Ron Natalie)
Newsgroups: comp.std.c
Subject: Re: switch (expression)
Message-ID: 
Date: 15 Jul 88 12:40:54 GMT
References: <1988Jul12.105547.13268@light.uucp> <755@vsi.UUCP> <59881@sun.uucp> <19876@watmath.waterloo.edu>
Organization: Rutgers Univ., New Brunswick, N.J.
Lines: 5

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