]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ftell.c
Removed old files.
[pdclib] / functions / stdio / ftell.c
diff --git a/functions/stdio/ftell.c b/functions/stdio/ftell.c
deleted file mode 100644 (file)
index 9518033..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* ----------------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------------
- * Public Domain C Library - http://pdclib.sourceforge.net
- * This code is Public Domain. Use, modify, and redistribute at will.
- * --------------------------------------------------------------------------*/
-
-long ftell( FILE * stream ) { /* TODO */ };
-
-/* PDPC code - unreviewed
-{
-    return (stream->bufStartR + (stream->upto - stream->fbuf));
-}
-*/