standard i o

  1. Why C’s fopen Still Matters: Streams, Devices, and Composable Unix Tools

    fopen is the C runtime call that opens a stream by name, but its lasting importance is that the stream may represent a disk file, terminal, pipe, device, kernel-generated pseudo-file, or other byte source through one small interface. That modest abstraction is why old Unix tools still compose so...