mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Add more missing C / C++ headers
This commit is contained in:
parent
b9dc74b672
commit
8dd4ec68d0
152 changed files with 30711 additions and 6267 deletions
|
@ -31,6 +31,4 @@ TEST(wmemrchr, test) {
|
|||
BENCH(wmemrchr, bench) {
|
||||
EZBENCH2("wmemrchr", donothing,
|
||||
EXPROPRIATE(wmemrchr(L"yo.hi.there", '.', 11)));
|
||||
EZBENCH2("wmemrchr hyperion", donothing,
|
||||
EXPROPRIATE(wmemrchr(kHyperion, '.', kHyperionSize / 4)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue