Annotation of researchv9/jerq/src/sysmon/testfrom.c, revision 1.1

1.1     ! root        1: #include <stdio.h>
        !             2: main()
        !             3: {
        !             4:        char a[128];
        !             5:        char m[128];
        !             6:        char u[128];
        !             7:        int i;
        !             8: 
        !             9:        while(1) {
        !            10:                putchar('>');
        !            11:                fflush(stdout);
        !            12:                gets(a);
        !            13:                i = from(a, m, u);
        !            14:                if (i >= 0)
        !            15:                        printf("From = %s\nMachine = %s\nUser = %s\n", a, m, u);
        !            16:        }
        !            17: }

unix.superglobalmegacorp.com

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