unistd.h
来自「传真通信V27 V29 V17 T38解调与解码」· C头文件 代码 · 共 32 行
H
32 行
/* * SpanDSP - a series of DSP components for telephony * * inttypes.h - a fudge for MSVC, which lacks this header * * Written by Steve Underwood <steveu@coppice.org> * * Copyright (C) 2006 Michael Jerris * * * This file is released in the public domain. * */#if !defined(_INTTYPES_H_)#define _INTTYPES_H_#ifdef __cplusplusextern "C" {#endif#define open _open#define write _writeextern int gethostname (char *name, size_t len);#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?