4.4BSD/usr/src/contrib/mh-6.8/zotnet/tws/date.c

Compare this file to the similar file:
Show the results in this format:

/* date.c */

#include "tws.h"
#include <stdio.h>


/* ARGSUSED */

main (argc, argv)
int argc;
char **argv;
{
    printf ("%s\n", dtimenow ());

    exit (0);
}