New version of libc; Added fopen (), fclose (), fread (), fwrite (), fgetc (), fgets...
commit886f49d315f156d8bbeb3128932b14fed335f6f0
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 25 Jun 2009 12:52:37 +0000 (25 14:52 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 25 Jun 2009 12:52:37 +0000 (25 14:52 +0200)
treed84aaf45ff22132060c4d019626bfaec80df5d0f
parentc32d1ba76f8222bee1a0340009bee302df9025fb
New version of libc; Added fopen (), fclose (), fread (), fwrite (), fgetc (), fgets (), feof (), fileno ()
functions; Deleted fopen (), fclose (), fgets (), puts () functions from kernel lib; Small cleanup in fat16
filesystem
23 files changed:
apps/edit/file
apps/edit/main.c
kernel/arch/i386/isrs.c
kernel/core/commands.c
kernel/core/module.c
kernel/core/net/dns.c
kernel/core/proc.c
kernel/core/user.c
kernel/drivers/fs/fat16.c
kernel/lib/Makefile
libc/Makefile
libc/VERSION
libc/include/stdio.h
libc/include/sys/types.h
libc/socket/inet_ntop.c
libc/stdio/fclose.c [moved from kernel/lib/stdio/fclose.c with 73% similarity]
libc/stdio/feof.c [moved from kernel/lib/stdio/puts.c with 66% similarity]
libc/stdio/fgetc.c [copied from libc/include/sys/types.h with 67% similarity]
libc/stdio/fgets.c [copied from libc/include/sys/types.h with 62% similarity]
libc/stdio/fileno.c [moved from kernel/lib/stdio/fgets.c with 65% similarity]
libc/stdio/fopen.c [moved from kernel/lib/stdio/fopen.c with 71% similarity]
libc/stdio/fread.c [copied from libc/include/sys/types.h with 67% similarity]
libc/stdio/fwrite.c [copied from libc/include/sys/types.h with 66% similarity]