PK_BODY_problem_group_array_t   
struct PK_BODY_problem_group_array_s
    {
    PK_BODY_problem_group_t  *array;
    int                       length;
    };

typedef struct PK_BODY_problem_group_array_s PK_BODY_problem_group_array_t;




A structure to embody an array of structures of type PK_BODY_problem_group_t

Generated on: Fri, 04 Oct 2024 12:17:08 GMT