sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 3d4ad85bdd4e1f3f3dac229033dbcd5300ba2a18
parent 275cc6c2d02d1d2782b4d13d9ef0889f3ee93876
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 31 Mar 2022 22:43:13 +0200

sfeed.c: rm ctype.h its not needed

Diffstat:
Msfeed.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sfeed.c b/sfeed.c @@ -1,4 +1,3 @@ -#include <ctype.h> #include <errno.h> #include <stdint.h> #include <stdio.h>