feeds.h (108B)
1 #pragma once 2 3 #include "readr.h" 4 5 app_t load_app(char* contents); 6 void fetch_feed(feed_t* feed, char* url);