Chameleon

Chameleon Svn Source Tree

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

Source at commit 1381 created 12 years 10 months ago.
By azimutz, Import Package from trunk (r1379).
1/*
2 * ferror.c
3 */
4
5#include <stdio.h>
6
7int ferror ( FILE * stream )
8{
9printf("WARNING: ferror not implimented.\n");
10return 0;
11}

Archive Download this file

Revision: 1381