mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 02:35:29 +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リクエスト送信コード
|
|
} |