]> pd.if.org Git - pdclib/blobdiff - functions/time.c
Re-import from Subversion.
[pdclib] / functions / time.c
index 7da9c4b3281ae358e95d1e8ad322ccaa3b6831ee..54dcc017901434c87300d12d53ca4cfc517738c7 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.
+ * --------------------------------------------------------------------------*/
 
 char * asctime( const struct tm * tptr ) { /* TODO */ };
 clock_t clock( void ) { /* TODO */ };
@@ -536,4 +536,4 @@ static void strfmt(char *str, const char *fmt, ...)
       *str = '\0';
       va_end(vp);
 }
-*/
\ No newline at end of file
+*/