7 * Support for alternate memory allocation functions
8 * Memory leak checking in tests with the Boehm GC
14 * `EXTRA_CFLAGS` for cross-compilation
15 * Include debug symbols in the release variant too
19 * Don't explicitly build the static library with
20 position-independent code (-fPIC)
26 * `derp_strcmp` and `derp_free` convenience wrappers which
27 ignore their second argument
31 * Conform with C99 7.1.3 for internal identifier names
32 (don't use leading underscores)
38 * List, vector, balanced tree, and hash map