Subversion Repositories Kolibri OS

Rev

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

  1. #include "kolibc.h"
  2. long ftell(FILE* file)
  3. {
  4.         return file->filepos+file->strpos;
  5. }