diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-12-27 19:27:46 -0800 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-12-28 11:00:51 +0100 |
commit | fb8df01036dc5d2b427f58e13ab819d8ad7235d4 (patch) | |
tree | 40d753eb33fd6d24f6c373ec8fa7d04521893dd8 /Kernel | |
parent | c4b1e490369aa79cd79b79f0c41135244a7186e7 (diff) | |
download | serenity-fb8df01036dc5d2b427f58e13ab819d8ad7235d4.zip |
LibC: Add rindex() and index() APIs
These POSIX APIs are defined as mapping directly to
`strrchr` and `strchr` respectively.
These are needed for the latest version of the stress-ng port,
and also give us better POSIX compliance.
Diffstat (limited to 'Kernel')
0 files changed, 0 insertions, 0 deletions