PK_BODY_ask_loops   


PK_ERROR_code_t   PK_BODY_ask_loops
(
--- received arguments ---
PK_BODY_t         body,             --- a body

--- returned arguments ---
int        *const n_loops,          --- number of loops (>= 0)
PK_LOOP_t **const loops             --- loops (optional)
)


This function return the set of loops in the given body.


The output array loops is optional. If it is set to NULL, the function
will only compute the number of loops in the body.

Generated on: Fri, 15 Dec 2023 13:14:38 GMT