Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
145 halyavin 1
#include "stdio.h"
2
int fgetpos(FILE* file,fpos_t* pos)
3
{
4
  *pos=file->filepos;
5
  return 0;
6
}