os_byteswap.h

来自「ICC means Internet Communication Compone」· C头文件 代码 · 共 42 行

H
42
字号
// -*- C++ -*-//=============================================================================/** *  @file    os_byteswap.h * *  Byteswap methods * *  $Id: os_byteswap.h 78124 2007-04-19 18:24:57Z johnnyw $ * *  @author Johnny Willemsen  <jwillemsen@remedy.nl> *///=============================================================================#ifndef ACE_OS_INCLUDE_OS_BYTESWAP_H#define ACE_OS_INCLUDE_OS_BYTESWAP_H#include "os/config-all.h"#if !defined (ACE_LACKS_PRAGMA_ONCE)# pragma once#endif /* ACE_LACKS_PRAGMA_ONCE */#if defined (ACE_HAS_BYTESWAP_H)# include /**/ <byteswap.h>#endif /* !ACE_HAS_INTRIN_H */// Place all additions (especially function declarations) within extern "C" {}#ifdef __cplusplusextern "C"{#endif /* __cplusplus */#ifdef __cplusplus}#endif /* __cplusplus */#endif /* ACE_OS_INCLUDE_OS_BYTESWAP_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?