write(STDOUT_FILENO, buf, n);
소켓프로그래밍중에 위의 STDOUT_FILENO 가 의미하는 것은 뭐죠..?.. 원래 첫번째 인자는 데이터 전송영역의 디스크립터를 쓰는걸로 알고 있는데.. 걍 해석상 표준입출력_파일말구 이런말 같은데..^^... 혹시 STDOUT_FILENO말고 다른 것들이 있으면 그것도 알려주시면..감사.
/* * POSIX Standard: 2.10 Symbolic Constants <unistd.h> */ ... /* Standard file descriptors. */ #define STDIN_FILENO 0 /* Standard input. */ #define STDOUT_FILENO 1 /* Standard output. */ #define STDERR_FILENO 2 /* Standard error output. */ ...
표준입출력_파일말구... 가 아니라
STandarD OUTput FILE descriptor NumerO 일 듯...
답변 감사드립니다.. 그렇군요...이런 무지한...ㅠ.ㅠ..
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
[code:1] /* * POSIX Standard:
표준입출력_파일말구... 가 아니라
STandarD OUTput FILE descriptor NumerO 일 듯...
그렇군요..
답변 감사드립니다..
그렇군요...이런 무지한...ㅠ.ㅠ..
댓글 달기