Navigation: Reference > Functions By Category > Memory > Pointer Manipulation >
_XSTPCHR()
Return the memory pointer of the first occurence of the character ch whithin the NULL terminated pStr. Return 0 if NULL is found before ch.
Syntax:
_XSTPCHR( pStr , ch ) -> pStrAt