This is date.c in view mode; [Download] [Up]
/* date.c */
#include "tws.h"
#include <stdio.h>
/* ARGSUSED */
main (argc, argv)
int argc;
char **argv;
{
printf ("%s\n", dtimenow ());
exit (0);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.