C에서 '''표준입력'''의 [[파일디스크립터,file_descriptor]] (or 파일서술자) { |=,FD FD https://ko.wikipedia.org/wiki/파일_서술자 WpEn:File_descriptor = https://en.wikipedia.org/wiki/File_descriptor } number는 {{{}}}의 {{{STDIN_FILENO}}} via https://viewsourcecode.org/snaptoken/kilo/02.enteringRawMode.html (standard input에서 한 바이트씩 읽는 소스) 보면 0으로 정의되어 있다. 해당 stream은 {{{stdin}}} 이며 {{{fileno(stdin) == STDIN_FILENO}}} 관계가 있다. `int getc(FILE *stream);` 스트림에서 한 [[문자,character]]를 읽ㅓㅇ온다. ---- [[표준스트림,standard_stream]]s: ([[스트림,stream]]) { https://www.gnu.org/software/libc/manual/html_node/Standard-Streams.html \ WpEn:Standard_streams = https://en.wikipedia.org/wiki/Standard_streams } '''표준입력,standard_input''' [[표준출력,standard_output]] { https://www.linfo.org/standard_output.html WpEn:stdout (Redir.) } [[표준에러,standard_error]] { https://www.linfo.org/standard_error.html WpEn:stderr (Redir.)} ---- [[표준,standard]] [[입력,input]] ---- https://www.linfo.org/standard_input.html WpEn:stdin (Redir.) ---- RENAMETHISPAGE to include stdin ? `표준입력,standard_input,stdin` 은 어떤지?