acconfig_f77.h
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· C头文件 代码 · 共 26 行
H
26 行
/* acconfig_f77.h *//* Define if Fortran uses lowercase name mangling */#undef F77_NAME_LOWER/* Define if Fortran use lowercase followed by an underscore */#undef F77_NAME_LOWER_USCORE/* Define if Fortran uses uppercase */#undef F77_NAME_UPPER/* Define if Fortran uses two underscores for names with an underscore (and one for names without an underscore) */#undef F77_NAME_LOWER_2USCORE/* Define if Fortran leaves case unchanged */#undef F77_NAME_MIXED/* Define if Fortran leaves case unchanged, followed by an underscore */#undef F77_NAME_MIXED_USCORE/* Sizeof standard Fortran types */#undef SIZEOF_F77_DOUBLE_PRECISION#undef SIZEOF_F77_INTEGER#undef SIZEOF_F77_INTEGER_4#undef SIZEOF_F77_REAL
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?