These are some very important libc functions that have been missing.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I think this is unlikely to land - I suggest you attempt to get this included into POSIX first.
lib/libc/stdio/sgetc.c | ||
---|---|---|
6 | You wrote this, not the University of California. Put your own name and email in. License text can be omitted if SPDX identifier is used. | |
38 | Needs to account for empty strings. | |
lib/libc/stdio/sgets.c | ||
39–41 | ||
lib/libc/stdio/sgetz.c | ||
40 | The condition ((j >> 8) & 3) != 5 always holds. |