Chameleon

Chameleon Svn Source Tree

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

Source at commit 1309 created 12 years 8 months ago.
By meklort, Add a few placeholders for file io
1/*
2 * fseek.c
3 */
4
5#include <stdio.h>
6
7int fseek(FILE * stream, long int offset, int origin)
8{
9printf("WARNING: fseek not implimented.\n");
10return 0;
11}

Archive Download this file

Revision: 1309