avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] Re: printf in avr-libc


From: E. Weddington
Subject: Re: [avr-libc-dev] Re: printf in avr-libc
Date: Wed, 11 Sep 2002 09:43:19 -0600

On 10 Sep 2002 at 17:41, ken restivo wrote:

> Attached is a very small, trivial printf. Anyone's welcome to use it
> if they see fit. I did it a long time ago, and haven't looked at it
> since, but it worked at the time. I think I tested it with the
> UartSend routines in the old avr-libc sample code.
> 
> I wrote this in order to:
>  1) Mix PSTR and memory variables in one printf, i.e.:
>   kprintf("my pstr is %S and my ram str is %s\n", pstr, str);
> 

That would be a good extension to have (to mix different pointers 
like that). Can we incorporate that into an (s)printf()?

Eric 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]