Annotation of 42BSD/ingres/source/conf/qrymod.c, revision 1.1

1.1     ! root        1: # include      <func.h>
        !             2: # include      <sccs.h>
        !             3: 
        !             4: SCCSID(@(#)qrymod.c    7.1     2/5/81)
        !             5: 
        !             6: 
        !             7: 
        !             8: char   Qbuf[400];
        !             9: int    QbufSize = sizeof Qbuf;
        !            10: 
        !            11: extern struct fn_def   QryModFn;
        !            12: extern struct fn_def   DefProFn;
        !            13: extern struct fn_def   DefIntFn;
        !            14: extern struct fn_def   DefViewFn;
        !            15: 
        !            16: struct fn_def  *FuncVect[] =
        !            17: {
        !            18:        &QryModFn,
        !            19:        &DefViewFn,
        !            20:        &DefIntFn,
        !            21:        &DefProFn,
        !            22: };
        !            23: 
        !            24: int    NumFunc = sizeof FuncVect / sizeof FuncVect[0];

unix.superglobalmegacorp.com

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