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