Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/modules/klibc/fclose.c

Source at commit 1321 created 12 years 9 months ago.
By meklort, Add __extendsfdf2 from LLVM
1/*
2 * fclose.c
3 */
4
5#include <stdio.h>
6
7int fclose ( FILE * stream )
8{
9printf("WARNING: fseek not implimented.\n");
10return 0;
11}

Archive Download this file

Revision: 1321