Annotation of 43BSDReno/contrib/emacs-18.55/gdb/test2.c, revision 1.1

1.1     ! root        1: #include <sys/param.h>
        !             2: #include <sys/dir.h>
        !             3: #include <sys/user.h>
        !             4: #include <stdio.h>
        !             5: 
        !             6: main ()
        !             7: {
        !             8:   struct user u;
        !             9:   printf ("&u.u_ar0 - &u = %d, 0%o\n", (int) &u.u_ar0 - (int) &u,
        !            10:          (int) &u.u_ar0 - (int) &u);
        !            11:   printf ("sizeof (struct pcb) = %d, 0%o\n",
        !            12:          sizeof (struct pcb), sizeof (struct pcb));
        !            13: }

unix.superglobalmegacorp.com

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