Adding a child count function

This commit is contained in:
AnonymusRaccoon
2020-01-02 17:25:50 +01:00
parent 3b1be518ca
commit b9cd425416
3 changed files with 25 additions and 1 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ SRC = src/xmlparser.c \
src/rawnode.c \
src/xml_destroy.c \
src/xmlget.c \
src/floatutils.c
src/floatutils.c \
src/child.c
OBJ = $(SRC:%.c=%.o)