mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 10:45:29 +00:00
6 lines
74 B
C
6 lines
74 B
C
|
#ifndef WEB_H
|
||
|
#define WEB_H
|
||
|
|
||
|
void fetch_web_page(const char* url);
|
||
|
|
||
|
#endif
|