The malloc() function isn't limited to allocating memory for strings, ... 8: 9: struct kilo { 10: struct kilo *next; 11: char dummy[1022]; 12: }; 13: 14: ...
確定! 回上一頁