X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Ftime.c;h=54dcc017901434c87300d12d53ca4cfc517738c7;hp=7da9c4b3281ae358e95d1e8ad322ccaa3b6831ee;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=8c8750c2826684c2420571a8007b9606f72c9040 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 +*/