avr-gcc-list
[Top][All Lists]
Advanced

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

[avr-gcc-list] Correction in declaration:


From: PAZ
Subject: [avr-gcc-list] Correction in declaration:
Date: Wed, 24 Jan 2007 09:47:38 +0200

The correct declaration of MY_printf should obviously be:

 

int MY_printf(PGM_P format, ...) __attribute__((format (printf,1,2)));

 

 

Oops, sorry J

 

Peter


reply via email to

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