Subversion Repositories Kolibri OS

Rev

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

  1. #include <stdio.h>
  2. long ftell(FILE* file)
  3. {
  4.         return file->filepos;
  5. }