CVector
4.1.0
A C++ style vector library in strict ANSI C (C89)
|
Structure used to test generic vector. More...
#include "test_types.h"
Data Fields | |
double | d |
int | i |
char * | word |
Structure used to test generic vector.
Definition at line 13 of file test_types.h.
double f_struct::d |
Definition at line 15 of file test_types.h.
int f_struct::i |
Definition at line 16 of file test_types.h.
char* f_struct::word |
Definition at line 17 of file test_types.h.