?? kapp.h
字號:
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <pthread.h>
#include <netdb.h>
#if !defined __kapp_h
#define __kapp_h
#define PORT 6666
#define BACKLOG 5
#define MAXDATASIZE 128
void BackToInput();
void * KRecv(void * arg);
void AppInit();
void AppClean();
void ShowRcvMsg(char * arg_msg);
void GetSendingMsg(char * arg_msg);
void ShowTips(char * arg_msg);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -