]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ftell.c
Re-import from Subversion.
[pdclib] / functions / stdio / ftell.c
index f4efecdf7973ce1ae10d69b99f841f85566af115..9518033f384901c3835778becbebbc185c51ad59 100644 (file)
@@ -1,9 +1,9 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
+/* ----------------------------------------------------------------------------
+ * $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 */ };