CVector  4.1.0
A C++ style vector library in strict ANSI C (C89)
Data Fields
t_struct Struct Reference

Structure used to test generic vector. More...

#include "test_types.h"

Data Fields

double d
 
int i
 
char word [30]
 

Detailed Description

Structure used to test generic vector.

Definition at line 5 of file test_types.h.

Field Documentation

◆ d

double t_struct::d

Definition at line 7 of file test_types.h.

◆ i

int t_struct::i

Definition at line 8 of file test_types.h.

◆ word

char t_struct::word[30]

Definition at line 9 of file test_types.h.


The documentation for this struct was generated from the following file: