#include "inclu.h" int main(int argc, char *argv[]) { init_con(); len=recv(sockad,s,1024,0); printf("%s\n",s); close(sockad); return EXIT_SUCCESS; }