Path: utzoo!attcan!uunet!lll-winken!csd4.milw.wisc.edu!uakari.primate.wisc.edu!indri!ames!haven!adm!smoke!gwyn
From: gwyn@smoke.BRL.MIL (Doug Gwyn)
Newsgroups: comp.lang.c
Subject: Re: Memory Models
Keywords: Memory models,C
Message-ID: <10703@smoke.BRL.MIL>
Date: 10 Aug 89 20:58:36 GMT
References: <562@dcscg1.UUCP>
Reply-To: gwyn@brl.arpa (Doug Gwyn)
Organization: Ballistic Research Lab (BRL), APG, MD.
Lines: 7

In article <562@dcscg1.UUCP> drezac@dcscg1.UUCP (Duane L. Rezac) writes:
>I am just getting into C and have a question on Memory Models.

That is not a C language issue.  It's kludgery introduced specifically
in the IBM PC environment.  Unless you have a strong reason not to,
just always use the large memory model.  (A strong reason would be
compatibility with an existing object library, for example.)