This is just an initializer list for an array. So it's very like the normal syntax: char buf[5] = { 1, 2, 3, 4, 5 };. However, the C ...
確定! 回上一頁