handle exponents greater than 2 digits
[unix-history] / usr / src / lib / libc / stdio / ftell.c
index f00c757..85decd6 100644 (file)
@@ -1,4 +1,7 @@
-/* @(#)ftell.c 4.3 (Berkeley) %G% */
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)ftell.c    5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
+
 /*
  * Return file offset.
  * Coordinates with buffering.
 /*
  * Return file offset.
  * Coordinates with buffering.