added some array iteration code
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -412,7 +412,7 @@ typedef struct hawk_val_arr_itr_t hawk_val_arr_itr_t;
|
||||
struct hawk_val_arr_itr_t
|
||||
{
|
||||
hawk_arr_itr_t itr;
|
||||
hawk_ptl_t elem;
|
||||
hawk_val_t* elem;
|
||||
};
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
||||
Reference in New Issue
Block a user