/home/ain/st/project/server.c File Reference

#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <stdio.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <string.h>

Go to the source code of this file.

Defines

#define SERV_TCP_PORT   9999
#define BUFSIZE   1024

Functions

int main ()

Variables

char buff [1000]


Define Documentation

#define BUFSIZE   1024

Definition at line 14 of file server.c.

#define SERV_TCP_PORT   9999

Definition at line 13 of file server.c.


Function Documentation

int main (  ) 

Definition at line 18 of file server.c.

References buff, BUFSIZE, and SERV_TCP_PORT.


Variable Documentation

char buff[1000]

Definition at line 16 of file server.c.

Referenced by main().


Generated on Thu Apr 7 17:27:22 2011 for 05-gtk_programming_examples by  doxygen 1.5.8