Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

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