mirror of
https://github.com/kkk2z/CatOS.git
synced 2025-07-04 00:28:23 +00:00
9 lines
176 B
C
9 lines
176 B
C
#include "network.h"
|
|
|
|
void init_network() {
|
|
// ネットワーク初期化コード
|
|
}
|
|
|
|
void send_http_request(const char* url) {
|
|
// HTTPリクエスト送信コード
|
|
} |