Annotation of researchv10no/cmd/units/mkcdate.c, revision 1.1

1.1     ! root        1: /*% cyntax % && cc -go # %
        !             2:  */
        !             3: #include <sys/types.h>
        !             4: main(){
        !             5:        time_t time(), t=time((time_t *)0);
        !             6:        char *ctime();
        !             7:        printf("time_t cdate=%d; /* %.24s */\n",
        !             8:                t, ctime(&t));
        !             9:        exit(0);
        !            10: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.