feeds.h (108B)
#pragma once
#include "readr.h"
app_t load_app(char* contents);
void fetch_feed(feed_t* feed, char* url);
readrMinimal Terminal RSS Reader | |
| Log | Files | Refs | README | LICENSE |
feeds.h (108B)
#pragma once
#include "readr.h"
app_t load_app(char* contents);
void fetch_feed(feed_t* feed, char* url);