aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libc/memrchr.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: add memrchrAmbroise Vincent2019-12-111-0/+24
This function scans a string backwards from the end for the first instance of a character. Change-Id: I46b21573ed25a0ff222eac340e1e1fb93b040763 Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>