Annotation of 42BSD/ingres/source/gutil/pad.c, revision 1.1

1.1     ! root        1: # include      <sccs.h>
        !             2: 
        !             3: SCCSID(@(#)pad.c       7.1     2/5/81)
        !             4: 
        !             5: /*
        !             6: **  PAD STRING OUT WITH BLANKS
        !             7: **
        !             8: **     This routine is an in-place pmove which always pads
        !             9: **     with blanks.
        !            10: */
        !            11: 
        !            12: pad(s, n)
        !            13: char   *s;
        !            14: int    n;
        !            15: {
        !            16:        register char   *ss;
        !            17: 
        !            18:        ss = s;
        !            19:        pmove(ss, ss, n, ' ');
        !            20: }

unix.superglobalmegacorp.com

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