DEBSOURCES
Skip Quicknav
sources / mk-configure / 0.37.0-2 / features / macro / mkc_attribute_printflike.c
12345
extern int my_printf (void *my_object, const char *my_format, ...) __attribute__ ((format (printf, 2, 3))); int zzz;