1
0
Fork 0
forked from len0rd/rockbox

Better definition & usage of the ATTRIBUTE_PRINTF macro

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6080 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jean-Philippe Bernardy 2005-02-28 09:48:35 +00:00
parent a5fbdbb73f
commit 5426994398
3 changed files with 6 additions and 7 deletions

View file

@ -72,4 +72,6 @@
#define _ATTRIBUTE(attrs)
#endif
#define ATTRIBUTE_PRINTF(fmt, arg1) _ATTRIBUTE( ( format( printf, fmt, arg1 ) ) )
#endif /* _ANSIDECL_H_ */