implement ffsl and ffsll functions
authorRich Felker <dalias@aerifal.cx>
Thu, 31 Jul 2014 06:38:23 +0000 (02:38 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 31 Jul 2014 06:38:23 +0000 (02:38 -0400)
commitecc082c61b6da9a8b2ae0c07aa3331673834d94a
tree45cefbc8c2fa4f1e7729d28a0e1435a4bf4769fb
parent38db09374a1cf4c2712c980b07b22a67a5f6bbc3
implement ffsl and ffsll functions

per the resolution of Austin Group issue #617, these are accepted for
XSI option in POSIX future and thus I'm treating them as standard
functions.
include/strings.h
src/misc/ffsl.c [new file with mode: 0644]
src/misc/ffsll.c [new file with mode: 0644]