]> pd.if.org Git - pdclib/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)
commit05556502a427911d4499c22b809ca7d366327d7c
tree4eb9c0098cad3684718e222328aa94971011da7f
parent852ad49d5888724e4e4f82a6d51d13b0e8029e28
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