summaryrefslogtreecommitdiff
path: root/libc/test/src/search/insque_test.cpp
AgeCommit message (Collapse)Author
2024-02-05[libc] implement insque and remque (#80305)Sirui Mu
This PR implements the `insque` and `remque` entrypoint functions.