Subversion Repositories Kolibri OS

Rev

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

  1. #include <stdio.h>
  2. int fflush(FILE* file)
  3. {
  4.         if ((file->mode & 3)==FILE_OPEN_READ)
  5.                 return 0;
  6.         return(EOF);
  7. }