]> pd.if.org Git - pdclib.old/commit
PDCLIB-7: Add _PDCLIB_ftell64 to give us full precision file positioning information...
authorOwen Shepherd <owen.shepherd@e43.eu>
Sun, 26 Aug 2012 15:33:48 +0000 (16:33 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Sun, 26 Aug 2012 15:33:48 +0000 (16:33 +0100)
commitfa0737b4368052d0e61a726d13ee7e659993f052
treee79fbc568b31a473d17d6d5e6eeb9f7574ddcb2e
parentbfc6330db59800287137dc0283f25c7d043159eb
PDCLIB-7: Add _PDCLIB_ftell64 to give us full precision file positioning information. Rewrite ftell to use it, and fseek to use it for the SEEK_CUR case. This should resolve PDCLIB-7
functions/stdio/_PDCLIB_ftell64.c [new file with mode: 0644]
functions/stdio/fseek.c
functions/stdio/ftell.c
includes/stdio.h