Annotation of 43BSDTahoe/new/xns/examples/filing/debug.c, revision 1.1.1.1

1.1       root        1: #include <stdio.h>
                      2: debug(a,b,c,d,e,f,g)
                      3:        char *a;
                      4: {
                      5:        FILE *fd;
                      6:        fd = fopen("/tmp/debuglog","a");
                      7:        fprintf(fd,a,b,c,d,e,f,g);
                      8:        fprintf(fd,"\n");
                      9:        fclose(fd);
                     10: }
                     11: 

unix.superglobalmegacorp.com

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