Actual source code: dvecimpl.h

  1: /* 
  2:    This should not be included in users code.

  4:   Includes definition of structure for seqential vectors

  6:   These are shared by dvec1.c dvec2.c dvec3.c bvec1.c bvec2.c pvec.c pbvec.c 
  7: */

  9: #ifndef __DVECIMPL 

 12: #include <private/vecimpl.h>

 14: typedef struct {
 15:   VECHEADER
 16: } Vec_Seq;


 42: #endif