#ifndef NET_H #define NET_H int net_init(); int net_close(); int net_screen(int rep, int display); //int mem_top_screen(int rep, int display); #endif