rbtree-shim.c 114 B

123456
  1. // SPDX-License-Identifier: GPL-2.0
  2. /* Very simple shim around the rbtree. */
  3. #include "../../../lib/rbtree.c"