acconfig_cc.h

来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· C头文件 代码 · 共 32 行

H
32
字号
/* acconfig_cc.h *//* Define if union semun is defined in sys/sem.h */#undef HAVE_UNION_SEMUN/* Define if semctl requires a union semun argument in the 4th position */#undef SEMCTL_NEEDS_SEMUN/* Define as empty if C does not support volatile */#undef volatile/* Define if #pragma weak supported */#undef HAVE_PRAGMA_WEAK/* Define is #pragma _HP_SECONDARY_DEF supported */#undef HAVE_PRAGMA_HP_SEC_DEF/* Define is #pragma _CRI duplicate x as y supported */#undef HAVE_PRAGMA_CRI_DUP/* Define if crypt requires a prototype */#undef NEED_CRYPT_PROTOTYPE/* Define as empty if C does not support any form of restrict or define    as the appropriate extension */#undef restrict/* Define if the XOPEN versions of routines and header files are needed */#undef _XOPEN_SOURCE/* Define as empty if C does not support inline */#undef inline

⌨️ 快捷键说明

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