Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
  2. #include <stdio.h>
  3. #include <libc/local.h>
  4.  
  5. static __file_rec __initial_file_rec = {
  6.   0,
  7.   3,
  8. { stdin, stdout, stderr }
  9. };
  10.  
  11. __file_rec *__file_rec_list = &__initial_file_rec;
  12.