Are files I/O Streams or I/O Arrays?
Both! (like POSIX)
With separate handles! (unlike POSIX)
What about lseek?
- POSIX
lseekbridges between array and stream - Emulate
lseekin libc
Both! (like POSIX)
With separate handles! (unlike POSIX)
What about lseek?
lseek bridges between array and streamlseek in libc