mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 01:42:49 +08:00
C library: Add support for rindex().
This commit is contained in:
@@ -55,6 +55,8 @@
|
||||
|
||||
#define bcopy(b1,b2,len) (void)memmove(b2,b1,len)
|
||||
|
||||
#define rindex(s,c) strrchr(s,c)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user