Annotation of researchv10no/cmd/odist/ape/showq.c, revision 1.1.1.1

1.1       root        1: #include <stddef.h>
                      2: #include <stdio.h>
                      3: #include "dist.h"
                      4: 
                      5: static void
                      6: showq(char *job, int num, char *sys)
                      7: {
                      8:        printf("%s: %d %s\n", job, num, sys);
                      9: }
                     10: 
                     11: int
                     12: main(int argc, char *argv[])
                     13: {
                     14:        prog = argv[0];
                     15:        scanq(0, showq);
                     16:        return 0;
                     17: }

unix.superglobalmegacorp.com

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