| Concept Framework 2.2 documentation | Contents | Index |
| Name | Version | Deprecated |
| strchr | version 1.0 | no |
| string strchr(string string, string c) |
| string | Null-terminated source string. |
| c | Character to be located. |
| Find a character in a string. The strchr function finds the first occurrence of c in string, or it returns an empty string if c is not found. The null-terminating character is included in the search. |
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |