-
- Downloads
NodeFragment: added remove_attr methods
Two alternatives are provided: remove_attr and pop_attr. While the former free's the Attr's data, the latter allocates a new Attr, to store and return the data. Both functionality is provided by a single (internal) static method.
Showing
- sefht.geany 3 additions, 3 deletionssefht.geany
- src/lib/sefht/node_fragment.c 124 additions, 0 deletionssrc/lib/sefht/node_fragment.c
- src/lib/sefht/node_fragment.h 22 additions, 0 deletionssrc/lib/sefht/node_fragment.h
- tests/test_node_fragment.c 757 additions, 0 deletionstests/test_node_fragment.c
This diff is collapsed.
Please register or sign in to comment