“短对象计数(或零)”是什么意思?

What does it mean "short object count(or zero)?

While reading man page for fread/fwrite(GNU/Linux) functions met phrase: 如果发生错误或到达文件末尾,return 值为 短项计数(或零)

在字典里没有找到那个词。 你能解释一下那些晦涩难懂的词的含义吗? 我认为它们不是很准确和有意义。

好吧,spce 中有另一种措辞,我认为它更清楚。引用 C11,章节 §7.21.8.1,(强调我的

The fread function returns the number of elements successfully read, which may be less than nmemb if a read error or end-of-file is encountered. If size or nmemb is zero, fread returns zero and the contents of the array and the state of the stream remain unchanged.