Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix todt.c functions to return the end point of dt_t structure
Most of dtxxx functions return `dt_t **` for subsequent `dt_t` nodes. By using it as a start point of succeeding dt_t generations, we can efficiently construct huge dt_t structure.
- Loading branch information