#include void net_init(void) { printf("net_init()\n"); } void net_quit(void) { printf("net_quit()\n"); }