@@ -3,10 +3,7 @@
#include "./lib.h"
typedef struct
{
size_t col, row;
enum
typedef enum
NEXT = 0,
PREV,
@@ -16,7 +13,12 @@ typedef struct
READ,
LIN,
LOUT
} type;
} node_type_t;
node_type_t type;
int loop_ref;
} node_t;
The note is not visible to the blocked user.