/* Public domain. */ #ifndef AVLNODEBUNCH_H #define AVLNODEBUNCH_H #include "avlnode.h" #include "avlnodealloc.h" #include "gen_bunch.h" GEN_BUNCH_PROTOTYPES(avlnodebunch, avlnodealloc, avlnode) #endif