X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Ftime.c;h=54dcc017901434c87300d12d53ca4cfc517738c7;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=7da9c4b3281ae358e95d1e8ad322ccaa3b6831ee;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/functions/time.c b/functions/time.c index 7da9c4b..54dcc01 100644 --- a/functions/time.c +++ b/functions/time.c @@ -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 +*/