stdio: Standard file input/output library
Index: Requirements
Problems Companies
Platforms Languages
Software Research
  - stdin, stdout, stderr -- input/output streams 
  
 - open, read, write -- file access 
  
 - In the same way that MSDEV Visual C++ Console
Shell intercepts stdio calls and diverts them to a scrolling text window,
we can make a plug-in adaptor interface library that integrates programs
based on stdio into our data flow architecture.