|
085d2895e8
|
libc: Implement setbuf(), setbuffer(), and setlinebuf()
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
These are all simple wrappers around setvbuf().
|
2023-07-22 11:36:20 +02:00 |
|
|
77022abafd
|
libc: Implement ungetc
continuous-integration/drone/pr Build is passing
|
2023-07-22 11:25:20 +02:00 |
|
|
19b4aa9f81
|
libc: Flush buffers before dealing with file positions
|
2023-07-22 11:19:48 +02:00 |
|
|
420270ebd4
|
libc: Implement read buffering =D
|
2023-07-22 11:17:51 +02:00 |
|
|
d60ad184f1
|
libc: A bit of nice refactoring
|
2023-07-22 10:58:34 +02:00 |
|
|
a3ed950be8
|
libc: Basic write buffers
continuous-integration/drone/pr Build is passing
|
2023-07-22 00:04:27 +02:00 |
|
|
cfb0ead2d9
|
libc: Flush all open streams on exit
This does nothing for now, but prepares for buffering.
|
2023-07-21 22:56:03 +02:00 |
|