WHY2/include/chat/common.h

13 lines
203 B
C

#ifndef WHY2_CHAT_COMMON_H
#define WHY2_CHAT_COMMON_H
//INCLUDES
#include <stdio.h>
#include <sys/socket.h>
#include <netinet/in.h>
//DEFINES
#define SA struct sockaddr
#define SERVER_PORT 8000
#endif