SA
메인 내용으로 이동

Handling files in Unix

Read

The return value can be:

  • -1: error
  • 0: EOF
  • n: n bytes of data in the first n bytes of the buffer

Write

The return value can be:

  • -1: error
  • 0: write again with a new message
  • n: n bytes of data in the first n bytes of the buffer are consumed by OS

이 문서를 언급한 문서들