K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-13T06:45:23.000000Z K 7 svn:log V 387 Added macros __printflike() and __scanflike() to . Use them to `make gcc -Wformat' check formats for all printf-like and scanf-like functions in /usr/src except for the err()/warn() family. err() isn't quite printf-like since its format arg can legitimately be NULL. syslog() isn't quite printf-like, but gcc already accepts %m, even for plain printf() when it shouldn't. END