Subversion Repositories Kolibri OS

Rev

Rev 8687 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #include <stdio.h>
  2.  
  3. void rewind(FILE *stream) {
  4.         stream->position = 0;
  5. }
  6.