Syntax __attribute__((format(function, string-index, first-to-check))) Where ... __attribute__((format(printf, 1, 2))); int main(void) { int a, b; float c; ...
確定! 回上一頁