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: };

Defined variables

Out_arg defined in line 11; used 24 times
Last modified: 1986-04-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 628
Valid CSS Valid XHTML 1.0 Strict