int fputc(int c,FILE *stream);. The fgetc() function will write byte specified by c to the output stream pointed to by stream .On successful completion ...
確定! 回上一頁