#include <stdio.h> char* fgets( char* buf, int n, FILE* fp ); ... Don't assume that there's a newline character in every string that you read with fgets().
確定! 回上一頁