CatOS/include/network.h
2024-07-22 04:46:44 +00:00

7 lines
110 B
C

#ifndef NETWORK_H
#define NETWORK_H
void init_network(void);
void send_http_request(const char* url);
#endif