[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [Brian Wallis <bwallis@acm.org>] (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [Brian Wallis <bwallis@acm.org>] (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Thu, 3 May 2001 13:12:36 +0200 (CEST)
>From owner-rtl Thu May 3 05:51:34 2001
Received: from mail.alphalink.com.au (mail.alphalink.com.au [203.24.205.7])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f43BpXJ15358
for <rtl@rtlinux.org>; Thu, 3 May 2001 05:51:33 -0600
Received: from localhost (d24-ps1-mel.alphalink.com.au [202.161.105.152])
by mail.alphalink.com.au (8.9.3/8.9.3) with ESMTP id VAA20706;
Thu, 3 May 2001 21:46:52 +1000
To: utrrandr@savba.sk
Cc: rtl@rtlinux.org
Subject: Re: [rtl] printing float
In-Reply-To: Your message of "Mon, 30 Apr 2001 15:11:53 +0200"
<20010430151153.A1330@magor.savba.sk>
References: <20010430151153.A1330@magor.savba.sk>
X-Mailer: Mew version 1.93b38 on XEmacs 21.1 (Acadia)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <20010503214644Z.bwallis@acm.org>
Date: Thu, 03 May 2001 21:46:44 +1000
From: Brian Wallis <bwallis@acm.org>
X-Dispatcher: imput version 990905(IM130)
Lines: 26
> My major trouble was I needed (floating point) sscanf for my RT
> application. Is it included in uClibc??
Yep, there is a sscanf and float, double and long long seem to be
supported.
> > Do you remember what functions in particular did it use that are
> > forbidden?
> >
>
> malloc and friends.
Of course, should have guessed.
There is one call to malloc in the printf source, seems to be in a
function called asprintf and is isolated to that function (ie: asprintf
isn't called from elsewhere in the file).
I must stress that I haven't actually tried to separate these two from
the rest of uClibc and use them in an RT app but it looks like it should
be relativly easy.
Good luck,
brian wallis....