Annotation of 43BSD/ingres/source/iutil/out_arg.c, revision 1.1.1.1

1.1       root        1: # include      <ingres.h>
                      2: # include      <aux.h>
                      3: # include      <sccs.h>
                      4: 
                      5: SCCSID(@(#)out_arg.c   8.1     12/31/84)
                      6: 
                      7: /*
                      8: **  OUTPUT ARGUMENTS GLOBAL INITIALIZATION
                      9: */
                     10: 
                     11: struct out_arg Out_arg =               /* output arguments */
                     12: {
                     13:        6,              /* c0width */
                     14:        6,              /* i1width */
                     15:        6,              /* i2width */
                     16:        13,             /* i4width */
                     17:        10,             /* f4width */
                     18:        10,             /* f8width */
                     19:        3,              /* f4prec */
                     20:        3,              /* f8prec */
                     21:        'n',            /* f4style */
                     22:        'n',            /* f8style */
                     23:        66,             /* linesperpage */
                     24:        '|',            /* coldelim */
                     25: };

unix.superglobalmegacorp.com

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