Copyright © tutorialspoint.com
Synopsis:
Description:The memchr function scans cs for the character c in the first n bytes of the buffer. Return ValueThe memchr function returns a pointer to the character c in cs or a null pointer if the character was not found. Example
It will proiduce following result:
|
Copyright © tutorialspoint.com