qelem

    UTILS

    Description:

    Creates a queue from the doubly linked list for and remque.

    Summary

    Details

    q_back

    Description:

    Pointer to the next qelem type

    Description:

    Data saved in the queue

    q_forw

    Description: