Subversion Repositories Kolibri OS

Rev

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

  1. #include "stdio.h"
  2. void rewind(FILE* file)
  3. {
  4.         file->filepos=0;
  5. }