Chameleon

Chameleon Svn Source Tree

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

Source at commit 1380 created 12 years 10 months ago.
By azimutz, Delete Package folders and sync the rest with trunk (r1379), on these two.
1/*
2 * ftell.c
3 */
4
5#include <stdio.h>
6
7long ftell(FILE* file)
8{
9printf("WARNING: ftell not implimented.\n");
10return 0;
11}

Archive Download this file

Revision: 1380