28.10.2021 14:00, Andy Shevchenko пишет:
+ while ((*nl) != NULL && (*nl)->priority >= n->priority) {' != NULL' is not needed.
I'll change it in v3, thanks.
28.10.2021 14:00, Andy Shevchenko пишет:
+ while ((*nl) != NULL && (*nl)->priority >= n->priority) {' != NULL' is not needed.
I'll change it in v3, thanks.