๊ฐ๋
"_IO_FILE"์ ๋ฆฌ๋
์ค ์์คํ
์ ํ์ค ๋ผ์ด๋ธ๋ฌ๋ฆฌ์์ ํ์ผ ์คํธ๋ฆผ์ ๋ํ๋ด๋ ๊ตฌ์กฐ์ฒด์ด๋ค. "fopen"๊ณผ ๊ฐ์ ํ์ผ๊ณผ ๊ด๋ จ์๋ ํจ์๋ฉด ํ์ผ ์คํธ๋ฆผ์ ์ด ๋ ํ์ ํ ๋น๋๋ค. "_IO_FILE" ๊ตฌ์กฐ์ฒด์ ์ ์๋ ๋ค์๊ณผ ๊ฐ๋ค. struct _IO_FILE { int _flags;/* High-order word is _IO_MAGIC; rest is flags. */ /* The following pointers correspond to the C++ streambuf protocol. */ char *_IO_read_ptr;/* Current read pointer */ char *_IO_read_end;/* End of get area. */ char *_IO_read_base;/* Start o..