现在的位置: 首页 > 综合 > 正文

关于ssize_t的定义

2013年11月19日 ⁄ 综合 ⁄ 共 192字 ⁄ 字号 评论关闭
 This data type is used to represent the sizes of blocks that can be read or written in a single operation. It is similar to size_t, but must be a signed type.
以上是GNU C的定义,就是说:这个数据类型用来表示可以被执行读写操作的数据块的大小.它和size_t类似,但必需是signed.

抱歉!评论已关闭.