fix sample code
This commit is contained in:
parent
b2946352f1
commit
15ad4b5890
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ API
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
```c
|
```c
|
||||||
#include <r3.h>
|
#include <r3/r3.h>
|
||||||
|
|
||||||
// create a router tree with 10 children capacity (this capacity can grow dynamically)
|
// create a router tree with 10 children capacity (this capacity can grow dynamically)
|
||||||
n = r3_tree_create(10);
|
n = r3_tree_create(10);
|
||||||
|
|
Loading…
Reference in a new issue