1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added ftello() and fseeko() which both merely call the equivalent (at

least for clib2) ftell() and fseek() functions, respectively.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14983 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-06-18 07:23:17 +00:00
parent f81dfdfca7
commit cf74717ead
9 changed files with 550 additions and 413 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.68k,v 1.60 2005-06-14 15:26:28 tfrieden Exp $
# $Id: GNUmakefile.68k,v 1.61 2005-06-18 07:23:16 obarthel Exp $
#
# :ts=8
#
@ -217,8 +217,10 @@ C_LIB = \
stdio_freopen.o \
stdio_fscanf.o \
stdio_fseek.o \
stdio_fseeko.o \
stdio_fsetpos.o \
stdio_ftell.o \
stdio_ftello.o \
stdio_ftrylockfile.o \
stdio_funlockfile.o \
stdio_fwrite.o \