|
CVector 4.3.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 [30] |
Structure used to test generic vector.
Definition at line 5 of file test_types.h.
| double t_struct::d |
Definition at line 7 of file test_types.h.
| int t_struct::i |
Definition at line 8 of file test_types.h.
| char t_struct::word[30] |
Definition at line 9 of file test_types.h.