Date: Mon, 29 Jul 1996 16:48:12 +0400 (MSD) From: "Alexander V. Lukyanov" Message-Id: <199607291248.QAA26541@video.yars.free.net> To: dj AT delorie DOT com Cc: djgpp-workers AT delorie DOT com, eliz AT is DOT elta DOT co DOT il Subject: Re: Long double support > How will the user determine which printf to use? long doubles are > supported in libc; the user need not link libm when using long > doubles. If the user will link without libm, he gets old version, if with libm, he gets the new and more precise version of long double to string conversion. The same is with _strtold.