« Return to Thread: Re: vsprintf

Re: vsprintf

by Yevgeni Tunik :: Rate this Message:

Reply to Author | View in Thread


Gregg,

I am not familiar with your development environment,
but, support of printing "double" is part of ANSI C standard. GCC compiler is ANSI C compliant.

See, for example, http://www.cplusplus.com/reference/clibrary/cstdio/vsprintf.html

Regards,
    Yevgeni Tunik
    +972-52-448-9271 (mobile phone)
___________________________________


--- On Thu, 3/26/09, Granville Gregg <ggranville@...> wrote:

> From: Granville Gregg <ggranville@...>
> Subject: [ColdFire] vsprintf
> To: "Yevgeni Tunik" <yevgeni_tunik@...>
> Date: Thursday, March 26, 2009, 4:06 PM
>
> Hi
>
> Anyone know where I can get the source
> for vsprintf for the
> GCC compiler I am in need of it for a project based on
> U-Boot for the MCF54450
>
> What I am exactly looking for is standard libraries written in C which
> would give me support for printing of doubles (i.e. atof,
> vsprintf with %f,
> etc..).  I need the C source code so I can drop it
> into our current
> embedded system
>
> Gregg
>




---
coldfire@...              Send a post to the list.
coldfire-join@...        Join the list.
coldfire-digest@...    Join the list in digest mode.
coldfire-leave@...     Leave the list.

 « Return to Thread: Re: vsprintf