mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 21:19:03 +00:00
RGMP 4.0 update from Qiang Yu
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5305 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
6a4d802afc
commit
308516c028
33 changed files with 2141 additions and 573 deletions
|
|
@ -59,6 +59,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_STRCHR
|
||||
FAR char *strchr(FAR const char *s, int c)
|
||||
{
|
||||
if (s)
|
||||
|
|
@ -74,3 +75,4 @@ FAR char *strchr(FAR const char *s, int c)
|
|||
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue