Documentation
Find char in string.
Finds the first occurance of aChar in first len bytes of aBuffer &
returns it as Size. 0 otherwise
- Returns:
- position of aChar inside first len bytes of aBuffer or 0
if not found.
- Parameters:
- aBuffer - String that should be examined.
aChar - Charcter to serch for.
len - Number of bytes to search.
- Author:
- Marek
- See Also:
alphabetic index hierarchy of classes
generated by doc++