![]() |
PK_FIN_array_t |
This structure contains an array of entities of type PK_FIN_t typedef struct PK_FIN_array_s { PK_FIN_t *array; --- array of FINs int length; --- length of array } PK_FIN_array_t; It has the fields: 'array': array of entities of type PK_FIN_t 'length': the number of entities in 'array'