![]()  | 
  
    Unuk 1.0 
   | 
 
#include <memory.h>Go to the source code of this file.
Classes | |
| class | Node | 
| struct | Stack | 
Defines | |
| #define | NULL 0 | 
| #define | NL_ADDOPEN 0 | 
| #define | NL_STARTOPEN 1 | 
| #define | NL_DELETEOPEN 2 | 
| #define | NL_ADDCLOSED 3 | 
| #define | NC_INITIALADD 0 | 
| #define | NC_OPENADD_UP 1 | 
| #define | NC_OPENADD 2 | 
| #define | NC_CLOSEDADD_UP 3 | 
| #define | NC_CLOSEADD 4 | 
| #define | NC_NEWADD 5 | 
Typedefs | |
| typedef int(* | Func )(Node *, Node *, int, void *) |