fix sample code

This commit is contained in:
c9s 2014-06-03 23:51:26 +08:00
parent b2946352f1
commit 15ad4b5890

View file

@ -40,7 +40,7 @@ API
------------------------
```c
#include <r3.h>
#include <r3/r3.h>
// create a router tree with 10 children capacity (this capacity can grow dynamically)
n = r3_tree_create(10);