I have this struct:
typedef struct node { struct node *m_Next; int id; } NODE;
And I need to split linked list in half. If it can\'t be