macro cleanup

This commit is contained in:
hladu357 2024-06-06 14:46:34 +02:00
parent 92142e3d56
commit 3ca4216b58
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#include "trie.h"
#define RULE_NOT_FOUND -1
#define GET_BIT(key, bit) ( ( key.s[ bit / 16 ] & (1u << (15 - bit % 16)) ) != 0 )
trie_node_t create_node() {