Annotation of researchv10no/cmd/docgen/timestamp.c, revision 1.1

1.1     ! root        1: #include <stdio.h>
        !             2: main(argc, argv)
        !             3: char *argv[];
        !             4: {
        !             5:        long mtime, getstamp();
        !             6:        char *filename;
        !             7:        filename = argv[1];
        !             8:        mtime = getstamp(filename);
        !             9:        printf(".ds s) %ld\n",mtime);
        !            10: }

unix.superglobalmegacorp.com

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