format-strings.c | 278 typedef struct __aslclient *aslclient; typedef in typeref:struct:__aslclient 280 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5))); 281 void test_asl(aslclient asl) {
|