1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include <stdio.h> void net_init(void) { printf("net_init()\n"); } void net_quit(void) { printf("net_quit()\n"); }