Refactored pwr_lst to remove redundant pointer to data,
the data struct already contain the linked list, so the linked list do not need pointers to the data.
Showing
Please register or sign in to comment
the data struct already contain the linked list, so the linked list do not need pointers to the data.