mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 02:35:29 +00:00
7 lines
110 B
C
7 lines
110 B
C
#ifndef NETWORK_H
|
|
#define NETWORK_H
|
|
|
|
void init_network(void);
|
|
void send_http_request(const char* url);
|
|
|
|
#endif |