ftest: debug parser name func, combine 2 macros num and ptr

This commit is contained in:
2025-06-09 22:36:04 +02:00
parent b7f7bb26c5
commit 05ac1f2f3c
7 changed files with 144 additions and 10 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ int y_NODE_T_cmp(y_NODE_T nodeA, y_NODE_T nodeB);
struct list_y_NODE_T * search_node_in_list_y_NODE_T(struct main_list_y_NODE_T *listNodes, y_NODE_T node);
int set_addr_y_NODE_T(y_NODE_T *node, char * addrStr);
void set_port_y_NODE_T(y_NODE_T *node, int port);
#endif /* __Y_NODE_T_H__C */