![]() |
|
| << Previous | Next >> | |
| | |
long xmemchr( long src, char ch, unsigned short n );
Description
- Search for the first occurrence of character
chin the xmem area pointed to bysrc.Parameters
- src
- xmem (linear) address of the first character to search.
- ch
- Character to search for.
- n
- Maximum number of characters to search.
Return value
0: Character was not found withinnbytes from the start.
>0: Physical address of the first character that matchedch.Library
- XMEM.LIB
| Dynamic C Functions | << Previous | Next >> | rabbit.com |