📄 posix.h
字号:
/******************************************************************************
* Copyright (C), 2005-2006
* All rights reserved
*
* Authors : Frank ZHANG
* Description : Only include the seprate header files of OS
* dependent implemantations of POSIX standatd
* APIS.
*
* Date of creation : 01/05/2006
*
*
* History :
* 2006/01/05 Frank ZHANG : - Creation
******************************************************************************/
#ifndef __POSIX_H__
#define __POSIX_H__
#include <sys/socket.h>
#include <unistd.h>
#include <netdb.h>
#include <pthread.h>
#include <time.h>
#include <sys/timeb.h>
#include "mqueue.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -