Although GNU recommends getline over fgets , I noticed that getline in stdio.h takes any size line. It calls realloc as needed. If I try to set the size to ...
確定! 回上一頁