/* Public domain. */ #ifndef AVLNODEALLOC_H #define AVLNODEALLOC_H #include "gen_alloc.h" #include "avlnode.h" GEN_ALLOC_PROTOTYPES(avlnodealloc, avlnode, s, len, a) #endif