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

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

Re: [avr-libc-dev] Missing vprintf_P in avr-libc


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] Missing vprintf_P in avr-libc
Date: Fri, 19 Feb 2010 21:37:30 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

As Christopher Hrabia wrote:

> I recognized that for mostly all print functions a _P version
> exists, besides of vprintf.

#define vprintf_P(fmt, ...) vfprintf(stdout, fmt, __VA_ARG__)

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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