I'm confused about why this doesn't print anything: int n = 3; fwrite(&n, sizeof(int), 1, stdout); However, this works fine: char c = 'p'; ...
確定! 回上一頁