CatOS/include/web.h
2024-07-22 04:46:44 +00:00

6 lines
74 B
C

#ifndef WEB_H
#define WEB_H
void fetch_web_page(const char* url);
#endif