📄 acconfig_f77.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -