summaryrefslogtreecommitdiff
path: root/lib/libc/src/stdio/fopen.c
AgeCommit message (Collapse)Author
39 hourslib: libc: Add "rb" mode for fopen()Ian Moffett
This commit adds the "rb" mode for compatibility purposes. It is mapped to the same file seal as "r". Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-28usr: libc: Implement fopen() and fclose()Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-06-24Clean out for exptIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-04-21libc: Add close() and stdio functionsKaimakan71
Signed-off-by: Kaimakan71 <undefined.foss@gmail.com> Signed-off-by: Ian Moffett <ian@osmora.org>