zephyr/lib/libc/minimal/source
Sergio Rodriguez 6d5981bf28 lib: Adding the strstr() function
The strstr function finds the first occurrence of a substring
in another string, null terminated strings are not compared, this
function is added for compability for porting other libraries (like
mbedtls)

Jira: ZEP-327

Origin: http://www.leidinger.net/freebsd/dox/libkern/html/d3/d29/
strstr_8c_source.html

Change-Id: I52aac218ce0bd86373ec60f5afc49a92c85f6319
Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-07-19 22:35:21 +00:00
..
stdlib checkpatch: warning - block_comment_style 2016-02-05 20:24:33 -05:00
stdout printf: Limit width modifier to [0..MAXFLD] 2016-03-19 11:03:54 +00:00
string lib: Adding the strstr() function 2016-07-19 22:35:21 +00:00
Makefile libc: add strtol and strtoul to minimal libc 2016-02-05 20:16:15 -05:00