summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/ffsl.c
Commit message (Collapse)AuthorAgeFilesLines
* Add ffsl(), ffsll(), fls(), flsl(), flsll()Sebastian Huber2017-07-051-0/+34
Use compiler builtin for ffs(). Remove duplicate implementation from Cygwin. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>