Subversion Repositories Kolibri OS

Rev

Rev 145 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
610 andrew_pro 1
#include 
145 halyavin 2
int feof(FILE* file)
3
{
4
  return file->filepos>=file->filesize;
5
}