#include #include"chat.h" int error(code) int code; { if(code == FILE_ERROR){ printf("

Error

\n"); printf("Please mail to me.
\n"); printf("Mailto:%s
\n",EMAIL,EMAIL); }else if(code == TAG_ERROR){ printf("

Error

\n"); printf("TAG Error\n"); }else if(code == TIME_OUT){ printf( "Content-type: text/html\n\n"); printf("

Error

\n"); printf("Server is busy.
\n"); printf("Please retry.\n"); } printf("\n"); exit(0); }