CatOS/kernel/web.c

5 lines
93 B
C
Raw Permalink Normal View History

2024-07-22 04:46:44 +00:00
#include "web.h"
void fetch_web_page(const char* url) {
// Webページ取得コード
}