2 * Sherlock Library -- Binomial Heaps: Declarations
4 * (c) 2003 Martin Mares <mj@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
10 #define BH_NODE struct BH_PREFIX(node)
11 #define BH_HEAP struct BH_PREFIX(heap)
16 BH_NODE *next_sibling;