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