fgets() - ストリームからのストリングの読み取り標準 標準/拡張機能 C/C++依存項目 ISO C POSIX.1 XPG4 XPG4.2 C99 Single UNIX Specification、バージョン 3 Language Environment® 両方 形式 #include <stdio.h> char *fgets(char * __restrict__string, int n, FILE * __restrict__...