summaryrefslogtreecommitdiff
path: root/libc/src/strings/ffs.cpp
AgeCommit message (Collapse)Author
2025-03-08[libc] implement `strings/ffs` (#129892)Connector Switch
This patch adds the `strings/ffs` function. ref: https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffs.html Closes: #122054.