Annotation of 42BSD/usr.lib/libpc/RELTLE.c, revision 1.1.1.1

1.1       root        1: /* Copyright (c) 1979 Regents of the University of California */
                      2: 
                      3: static char sccsid[] = "@(#)RELTLE.c 1.2 3/7/81";
                      4: 
                      5: #include "h00vars.h"
                      6: 
                      7: bool
                      8: RELTLE(bytecnt, left, right)
                      9: 
                     10:        long            bytecnt;
                     11:        register long   *left;
                     12:        register long   *right;
                     13: {
                     14:        register int    longcnt;
                     15: 
                     16:        longcnt = bytecnt >> 2;
                     17:        do      {
                     18:                if ((*left++ & ~*right++) != 0) 
                     19:                        return FALSE;
                     20:        } while (--longcnt);
                     21:        return TRUE;
                     22: }

unix.superglobalmegacorp.com

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