1: # include   "../ingres.h"
   2: # include   "../aux.h"
   3: 
   4: /*
   5: **  OUTPUT ARGUMENTS GLOBAL INITIALIZATION
   6: */
   7: 
   8: struct out_arg  Out_arg =   /* output arguments */
   9: {
  10:     6,      /* c0width */
  11:     6,      /* i1width */
  12:     6,      /* i2width */
  13:     13,     /* i4width */
  14:     10,     /* f4width */
  15:     10,     /* f8width */
  16:     3,      /* f4prec */
  17:     3,      /* f8prec */
  18:     'n',        /* f4style */
  19:     'n',        /* f8style */
  20:     66,     /* linesperpage */
  21:     '|',        /* coldelim */
  22: };

Defined variables

Out_arg defined in line 8; used 32 times
Last modified: 1995-02-04
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1556
Valid CSS Valid XHTML 1.0 Strict