Subversion Repositories Kolibri OS

Rev

Rev 245 | 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 
2
#include 
3
#include 
4
 
5
void fclose(FILE* file)
145 halyavin 6
{
7
	free(file->buffer);
8
	free(file);
9
}