Searches, starting on the left of a string, for the first occurrence of ch. This method is case-sensitive.
strchr(char ch);
Parameter |
Description |
---|---|
ch |
The character for which to search. |
Integer. Returns the index position of the character, if successful, and -1, if failed.
Pointer to object |
Object |
---|---|
|
|
|
|
|
|
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |