当前位置:首页 » 翻译 
  • 匿名
关注:1 2013-05-23 12:21

求翻译:ssize_t read(int fd, void *buf, size_t count); DESCRIPTION read() attempts to read up to count bytes from file descriptor fd into the buffer starting at buf. If count is zero, read() returns zero and has no other results. If count is greater than SSIZE_MAX, the result is unspecified.是什么意思?

待解决 悬赏分:1 - 离问题结束还有
ssize_t read(int fd, void *buf, size_t count); DESCRIPTION read() attempts to read up to count bytes from file descriptor fd into the buffer starting at buf. If count is zero, read() returns zero and has no other results. If count is greater than SSIZE_MAX, the result is unspecified.
问题补充:

  • 匿名
2013-05-23 12:21:38
正在翻译,请等待...
  • 匿名
2013-05-23 12:23:18
ssize_t阅读(INT FD、无效*比夫、为size_t票);说明如下()尝试读取到统计字节数从文件描述符FD进入缓冲开始在比夫。 如果计数是零,改为()返回零和没有其他结果。 如果计数大于ssize_max,结果是未指明。 在成功返回值的字节数,看的是返回(零表明文件结束),和该文件位置是先进的这个数目。
  • 匿名
2013-05-23 12:24:58
正在翻
  • 匿名
2013-05-23 12:26:38
ssize_t 阅读 (int fd,void * buf,size_t 计数) ;描述 read () 尝试读取计数字节从文件描述符 fd buf 起价的缓冲区。如果计数为零,read () 返回零,有没有其他的结果。如果 count 大于 SSIZE_MAX,结果是未指定的。返回返回成功读取的字节数的值 (0 表示文件结尾),和这个数字先进的文件位置。它不是一个错误如果此数目小于 ; 请求的字节数这可能发生例如因为现在很实际可用的字节数减少 (也许因为我们有密切联系,结尾的文件,或者因为我们手册页 read(2) 第 1 行
  • 匿名
2013-05-23 12:28:18
 
 
网站首页

湖北省互联网违法和不良信息举报平台 | 网上有害信息举报专区 | 电信诈骗举报专区 | 涉历史虚无主义有害信息举报专区 | 涉企侵权举报专区

 
关 闭