Those who forget the pasta are condemned to reheat it. | ||
-- Anonymous |
NodeMaster is a class that handles double linked lists.
Like all AFC classes, you can instance a new NodeMaster by calling afc_nodemaster_new() and free it with afc_nodemaster_delete()
To add elements to the array, use afc_nodemaster_add() to delete all elements call afc_nodemaster_clear() and to delete just one of them there is afc_nodemaster_del() .