Subversion Repositories Kolibri OS

Rev

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

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int fclose(FILE *stream) {
  5.         free(stream);
  6.         return 0;
  7. }
  8.