blob: 868cc23ee79a2b8de0e51da8d5c45f88322ac30e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Just a wrapper, but intended to be the only public interface */
#ifndef _LIBSUNAVL_H
#define _LIBSUNAVL_H
#include <stddef.h>
#include <inttypes.h>
#include <libsunavl/avl_impl.h>
#include <libsunavl/avl.h>
#endif
|