Subversion Repositories Kolibri OS

Rev

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

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