kolibrios/programs/develop/metcc/trunk/libc/file
andrew_programmer e5c041df96 Update Kolibri version of libC library(for usage in TinyC).
Correction of various mistakes in functions of work with files.
For work with files 70 function is used.
Functions for work with memory are changed for use of the new manager of memory. 

git-svn-id: svn://kolibrios.org@610 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-24 19:49:07 +00:00
..
fclose.c Update Kolibri version of libC library(for usage in TinyC). 2007-08-24 19:49:07 +00:00
feof.c Update Kolibri version of libC library(for usage in TinyC). 2007-08-24 19:49:07 +00:00
fflush.c Update Kolibri version of libC library(for usage in TinyC). 2007-08-24 19:49:07 +00:00
fgetc.c Update Kolibri version of libC library(for usage in TinyC). 2007-08-24 19:49:07 +00:00
fgetpos.c initial import of metcc project 2006-09-07 14:14:53 +00:00
fopen.c Update Kolibri version of libC library(for usage in TinyC). 2007-08-24 19:49:07 +00:00
fprintf.c initial import of metcc project 2006-09-07 14:14:53 +00:00
fputc.c Update Kolibri version of libC library(for usage in TinyC). 2007-08-24 19:49:07 +00:00
fread.c Update Kolibri version of libC library(for usage in TinyC). 2007-08-24 19:49:07 +00:00
fscanf.c initial import of metcc project 2006-09-07 14:14:53 +00:00
fseek.c initial import of metcc project 2006-09-07 14:14:53 +00:00
fsetpos.c initial import of metcc project 2006-09-07 14:14:53 +00:00
ftell.c initial import of metcc project 2006-09-07 14:14:53 +00:00
fwrite.c Update Kolibri version of libC library(for usage in TinyC). 2007-08-24 19:49:07 +00:00
rewind.c initial import of metcc project 2006-09-07 14:14:53 +00:00
ungetc.c Update Kolibri version of libC library(for usage in TinyC). 2007-08-24 19:49:07 +00:00