mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 18:55:31 +00:00
5 lines
93 B
C
5 lines
93 B
C
|
#include "web.h"
|
||
|
|
||
|
void fetch_web_page(const char* url) {
|
||
|
// Webページ取得コード
|
||
|
}
|