Andreas Schwab wrote:
> > What is "the object"?
> 
> See section 3.14 in the C standard.
> 
>     region of data storage in the execution environment, the contents of
>     which can represent values

And in the context of memchr's return value:

  "The memchr function returns a pointer to the located character, or a null
   pointer if the character does not occur in the object."

How many characters does "the object" have, and where does it start and end,
according to your interpretation of the standard?

Bruno


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to