Annotation of 42BSD/ingres/source/iutil/errfilen.c, revision 1.1

1.1     ! root        1: # include      <ingres.h>
        !             2: # include      <aux.h>
        !             3: # include      <version.h>
        !             4: # include      <sccs.h>
        !             5: 
        !             6: SCCSID(@(#)errfilen.c  7.1     2/5/81)
        !             7: 
        !             8: /*
        !             9: ** Errfilen() -- Returns the pathname where the error file can be found
        !            10: **
        !            11: **     It is assumed that the error digit cannot be more than 999
        !            12: */
        !            13: 
        !            14: char *
        !            15: errfilen(digit)
        !            16: int    digit;
        !            17: {
        !            18:        extern char     *ztack(), *iocv();
        !            19: 
        !            20:        return (ztack(ztack(ztack(ztack(Pathname, "/files/error"), VERSION), "_"), iocv(digit)));
        !            21: }

unix.superglobalmegacorp.com

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