Add include header to synopsis
This commit is contained in:
parent
f9ce80ebf3
commit
1f1faff8b0
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ C API
|
|||
------------------------
|
||||
|
||||
```c
|
||||
#include <r3.h>
|
||||
|
||||
// create a router tree with 10 children capacity (this capacity can grow dynamically)
|
||||
n = r3_tree_create(10);
|
||||
|
||||
|
|
Loading…
Reference in a new issue