CatOS/include/web.h

6 lines
74 B
C
Raw Normal View History

2024-07-22 04:46:44 +00:00
#ifndef WEB_H
#define WEB_H
void fetch_web_page(const char* url);
#endif