File:  [Research Unix] / researchv10no / cmd / ether / order.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

long switch_order(x, size)
     long           x;
     register int   size;
{
     register char  *rp, *xp;
     long           result;

     result = 0L;
     rp = (char *)&result + size;
     xp = (char *)&x;
     while (size-- > 0)
          *--rp = *xp++;

     return result;
}

unix.superglobalmegacorp.com

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