diff options
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ #include "queue.h" #define ISUTF8(c) (((c) & 0xc0) != 0x80) +#define LEN(x) (sizeof (x) / sizeof *(x)) /* feed info */ struct feed { |
index : sfeed.git | ||
Suckless rss Feed reader with my configs | Benjamin Chausse |
summaryrefslogtreecommitdiff |
-rw-r--r-- | util.h | 1 |
@@ -8,6 +8,7 @@ #include "queue.h" #define ISUTF8(c) (((c) & 0xc0) != 0x80) +#define LEN(x) (sizeof (x) / sizeof *(x)) /* feed info */ struct feed { |