3 Commits

Author SHA1 Message Date
Joseph Huber
69c0b2febe
[libc][NFC] Remove all trailing spaces from libc (#82831)
Summary:
There are a lot of random training spaces on various lines. This patch
just got rid of all of them with `sed 's/\ \+$//g'.
2024-02-23 16:34:00 -06:00
Sirui Mu
78a12f9490
[libc] implement insque and remque (#80305)
This PR implements the `insque` and `remque` entrypoint functions.
2024-02-05 11:17:11 -05:00
Schrodinger ZHU Yifan
a40d68b6de
[libc] tiny fix for doc (#80512) 2024-02-05 09:01:04 -05:00