cc     vector_test.c   -o vector_test
In file included from /usr/local/include/iostream:19:0,
                 from /usr/local/include/fstream:19,
                 from vector_test.c:16:
/usr/local/include/iterator:20:1: error: unknown type name 'trait'
 trait iterator( otype iterator_type, otype elt_type ) {
 ^
/usr/local/include/iterator:20:17: error: unknown type name 'otype'
 trait iterator( otype iterator_type, otype elt_type ) {
                 ^
/usr/local/include/iterator:20:38: error: unknown type name 'otype'
 trait iterator( otype iterator_type, otype elt_type ) {
                                      ^
/usr/local/include/iterator:34:1: error: unknown type name 'trait'
 trait iterator_for( otype iterator_type, otype collection_type, otype elt_type | iterator( iterator_type, elt_type ) ) {
 ^
/usr/local/include/iterator:34:21: error: unknown type name 'otype'
 trait iterator_for( otype iterator_type, otype collection_type, otype elt_type | iterator( iterator_type, elt_type ) ) {
                     ^
/usr/local/include/iterator:34:42: error: unknown type name 'otype'
 trait iterator_for( otype iterator_type, otype collection_type, otype elt_type | iterator( iterator_type, elt_type ) ) {
                                          ^
/usr/local/include/iterator:34:65: error: unknown type name 'otype'
 trait iterator_for( otype iterator_type, otype collection_type, otype elt_type | iterator( iterator_type, elt_type ) ) {
                                                                 ^
/usr/local/include/iterator:40:9: error: unknown type name 'otype'
 forall( otype iterator_type, otype elt_type | iterator( iterator_type, elt_type ) )
         ^
/usr/local/include/iterator:40:30: error: unknown type name 'otype'
 forall( otype iterator_type, otype elt_type | iterator( iterator_type, elt_type ) )
                              ^
/usr/local/include/iterator:43:9: error: unknown type name 'otype'
 forall( otype iterator_type, otype elt_type | iterator( iterator_type, elt_type ) )
         ^
/usr/local/include/iterator:43:30: error: unknown type name 'otype'
 forall( otype iterator_type, otype elt_type | iterator( iterator_type, elt_type ) )
                              ^
In file included from /usr/local/include/fstream:19:0,
                 from vector_test.c:16:
/usr/local/include/iostream:21:1: error: unknown type name 'trait'
 trait ostream( dtype ostype ) {
 ^
/usr/local/include/iostream:21:16: error: unknown type name 'dtype'
 trait ostream( dtype ostype ) {
                ^
/usr/local/include/iostream:40:1: error: unknown type name 'trait'
 trait writeable( otype T ) {
 ^
/usr/local/include/iostream:40:18: error: unknown type name 'otype'
 trait writeable( otype T ) {
                  ^
/usr/local/include/iostream:46:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, char );
         ^
/usr/local/include/iostream:48:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, short int );
         ^
/usr/local/include/iostream:49:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, unsigned short int );
         ^
/usr/local/include/iostream:50:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, int );
         ^
/usr/local/include/iostream:51:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, unsigned int );
         ^
/usr/local/include/iostream:52:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, long int );
         ^
/usr/local/include/iostream:53:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, long long int );
         ^
/usr/local/include/iostream:54:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, unsigned long int );
         ^
/usr/local/include/iostream:55:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, unsigned long long int );
         ^
/usr/local/include/iostream:57:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, float ); // FIX ME: should not be required
         ^
/usr/local/include/iostream:58:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, double );
         ^
/usr/local/include/iostream:59:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, long double );
         ^
/usr/local/include/iostream:61:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, float _Complex );
         ^
/usr/local/include/iostream:62:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, double _Complex );
         ^
/usr/local/include/iostream:63:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, long double _Complex );
         ^
/usr/local/include/iostream:65:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, const char * );
         ^
/usr/local/include/iostream:66:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, const void * );
         ^
/usr/local/include/iostream:68:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, ostype * (*)( ostype * ) );
         ^
/usr/local/include/iostream:69:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * endl( ostype * );
         ^
/usr/local/include/iostream:70:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * sepOn( ostype * );
         ^
/usr/local/include/iostream:71:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * sepOff( ostype * );
         ^
/usr/local/include/iostream:72:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * sepDisable( ostype * );
         ^
/usr/local/include/iostream:73:9: error: unknown type name 'dtype'
 forall( dtype ostype | ostream( ostype ) ) ostype * sepEnable( ostype * );
         ^
/usr/local/include/iostream:76:9: error: unknown type name 'otype'
 forall( otype elt_type | writeable( elt_type ), otype iterator_type | iterator( iterator_type, elt_type ), dtype os_type | ostream( os_type ) )
         ^
/usr/local/include/iostream:76:49: error: unknown type name 'otype'
 forall( otype elt_type | writeable( elt_type ), otype iterator_type | iterator( iterator_type, elt_type ), dtype os_type | ostream( os_type ) )
                                                 ^
/usr/local/include/iostream:76:108: error: unknown type name 'dtype'
 forall( otype elt_type | writeable( elt_type ), otype iterator_type | iterator( iterator_type, elt_type ), dtype os_type | ostream( os_type ) )
                                                                                                            ^
In file included from /usr/local/include/fstream:19:0,
                 from vector_test.c:16:
/usr/local/include/iostream:79:9: error: unknown type name 'otype'
 forall( otype elt_type | writeable( elt_type ), otype iterator_type | iterator( iterator_type, elt_type ), dtype os_type | ostream( os_type ) )
         ^
/usr/local/include/iostream:79:49: error: unknown type name 'otype'
 forall( otype elt_type | writeable( elt_type ), otype iterator_type | iterator( iterator_type, elt_type ), dtype os_type | ostream( os_type ) )
                                                 ^
/usr/local/include/iostream:79:108: error: unknown type name 'dtype'
 forall( otype elt_type | writeable( elt_type ), otype iterator_type | iterator( iterator_type, elt_type ), dtype os_type | ostream( os_type ) )
                                                                                                            ^
/usr/local/include/iostream:84:1: error: unknown type name 'trait'
 trait istream( dtype istype ) {
 ^
/usr/local/include/iostream:84:16: error: unknown type name 'dtype'
 trait istream( dtype istype ) {
                ^
/usr/local/include/iostream:94:1: error: unknown type name 'trait'
 trait readable( otype T ) {
 ^
/usr/local/include/iostream:94:17: error: unknown type name 'otype'
 trait readable( otype T ) {
                 ^
/usr/local/include/iostream:98:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, char * );
         ^
/usr/local/include/iostream:100:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, short int * );
         ^
/usr/local/include/iostream:101:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, unsigned short int * );
         ^
/usr/local/include/iostream:102:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, int * );
         ^
/usr/local/include/iostream:103:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, unsigned int * );
         ^
/usr/local/include/iostream:104:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, long int * );
         ^
/usr/local/include/iostream:105:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, long long int * );
         ^
/usr/local/include/iostream:106:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, unsigned long int * );
         ^
/usr/local/include/iostream:107:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, unsigned long long int * );
         ^
/usr/local/include/iostream:109:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, float * );
         ^
/usr/local/include/iostream:110:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, double * );
         ^
/usr/local/include/iostream:111:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, long double * );
         ^
/usr/local/include/iostream:113:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, float _Complex * );
         ^
/usr/local/include/iostream:114:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, double _Complex * );
         ^
/usr/local/include/iostream:115:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, long double _Complex * );
         ^
/usr/local/include/iostream:118:1: error: unknown type name '_Istream_cstrUC'
 _Istream_cstrUC cstr( char * );
 ^
/usr/local/include/iostream:119:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, _Istream_cstrUC );
         ^
/usr/local/include/iostream:122:1: error: unknown type name '_Istream_cstrC'
 _Istream_cstrC cstr( char *, int size );
 ^
/usr/local/include/iostream:122:16: error: conflicting types for 'cstr'
 _Istream_cstrC cstr( char *, int size );
                ^
/usr/local/include/iostream:118:17: note: previous declaration of 'cstr' was here
 _Istream_cstrUC cstr( char * );
                 ^
/usr/local/include/iostream:123:9: error: unknown type name 'dtype'
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, _Istream_cstrC );
         ^
In file included from vector_test.c:16:0:
/usr/local/include/fstream:29:15: error: unknown type name 'ofstream'
 _Bool sepPrt( ofstream * );
               ^
/usr/local/include/fstream:30:13: error: unknown type name 'ofstream'
 void sepOn( ofstream * );
             ^
/usr/local/include/fstream:31:14: error: unknown type name 'ofstream'
 void sepOff( ofstream * );
              ^
/usr/local/include/fstream:32:16: error: unknown type name 'ofstream'
 void sepReset( ofstream * );
                ^
/usr/local/include/fstream:33:16: error: unknown type name 'ofstream'
 void sepReset( ofstream *, _Bool );
                ^
/usr/local/include/fstream:34:14: error: unknown type name 'ofstream'
 void sepSet( ofstream *, const char * );
              ^
/usr/local/include/fstream:35:22: error: unknown type name 'ofstream'
 const char * sepGet( ofstream * );
                      ^
/usr/local/include/fstream:36:19: error: unknown type name 'ofstream'
 _Bool sepDisable( ofstream * );
                   ^
/usr/local/include/fstream:37:18: error: unknown type name 'ofstream'
 _Bool sepEnable( ofstream * );
                  ^
/usr/local/include/fstream:38:11: error: unknown type name 'ofstream'
 int fail( ofstream * );
           ^
/usr/local/include/fstream:39:12: error: unknown type name 'ofstream'
 int flush( ofstream * );
            ^
/usr/local/include/fstream:40:12: error: unknown type name 'ofstream'
 void open( ofstream *, const char * name, const char * mode );
            ^
/usr/local/include/fstream:41:13: error: unknown type name 'ofstream'
 void close( ofstream * );
             ^
/usr/local/include/fstream:42:1: error: unknown type name 'ofstream'
 ofstream * write( ofstream *, const char * data, unsigned long int size );
 ^
/usr/local/include/fstream:42:19: error: unknown type name 'ofstream'
 ofstream * write( ofstream *, const char * data, unsigned long int size );
                   ^
/usr/local/include/fstream:43:13: error: unknown type name 'ofstream'
 int prtfmt( ofstream *, const char fmt[], ... );
             ^
/usr/local/include/fstream:45:1: error: unknown type name 'ofstream'
 extern ofstream * sout, * serr;
 ^
/usr/local/include/fstream:52:11: error: unknown type name 'ifstream'
 int fail( ifstream * is );
           ^
/usr/local/include/fstream:53:10: error: unknown type name 'ifstream'
 int eof( ifstream * is );
          ^
/usr/local/include/fstream:54:12: error: unknown type name 'ifstream'
 void open( ifstream * is, const char * name, const char * mode );
            ^
/usr/local/include/fstream:55:13: error: unknown type name 'ifstream'
 void close( ifstream * is );
             ^
/usr/local/include/fstream:56:1: error: unknown type name 'ifstream'
 ifstream * read( ifstream * is, char * data, unsigned long int size );
 ^
/usr/local/include/fstream:56:18: error: unknown type name 'ifstream'
 ifstream * read( ifstream * is, char * data, unsigned long int size );
                  ^
/usr/local/include/fstream:57:1: error: unknown type name 'ifstream'
 ifstream * ungetc( ifstream * is, char c );
 ^
/usr/local/include/fstream:57:20: error: unknown type name 'ifstream'
 ifstream * ungetc( ifstream * is, char c );
                    ^
/usr/local/include/fstream:58:14: error: unknown type name 'ifstream'
 int scanfmt( ifstream *, const char fmt[], ... );
              ^
/usr/local/include/fstream:60:1: error: unknown type name 'ifstream'
 extern ifstream *sin;
 ^
vector_test.c:18:24: fatal error: vector_int.h: No such file or directory
 #include "vector_int.h"
                        ^
compilation terminated.
make: *** [vector_test] Error 1
