2 lines
76 B
C++
2 lines
76 B
C++
|
int foo(const char *fmt, ...) __attribute__((__format__(__scanf__, 1, 2)));
|