Annotation of 43BSD/ingres/source/gutil/bmove.SUN.c, revision 1.1

1.1     ! root        1: /* quickly coded bmove for any machine */
        !             2: 
        !             3: /* @(#)bmove.SUN.c     8.1     (INGRES) 12/8/85 */
        !             4: 
        !             5: bmove(s, d, l)
        !             6: char   *s, *d;
        !             7: int    l;
        !             8: {
        !             9:        bcopy(s, d, l);
        !            10: }

unix.superglobalmegacorp.com

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