| Concept Framework 2.2 documentation | Contents | Index |
| Name | Version | Deprecated |
| memchr | version 1.0 | no |
| string memchr(string buf, string c, integer count) |
| buf | the string buffer |
| c | Character to look for |
| count | Number of characters to check. |
| Finds characters in a buffer. Looks for the first occurrence of c in the first count bytes of buf. It stops when it finds c or when it has checked the first count bytes. |
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |