#include <stdio.h> struct s { int len; int free; char buf[]; }; int main() { printf("sizeof s is %lu", sizeof(struct s)); };.
確定! 回上一頁