📄 niceftn.c
字号:
#if defined(CRAY) || defined(ARDENT)#define NICEFTN_ NICEFTN#else#if (defined(AIX) && !defined(EXTNAME))#define NICEFTN_ niceftn#else#define NICEFTN_ niceftn_#endif#endifint NICEFTN_(ival) int *ival;/* Wrapper around nice for FORTRAN users courtesy of Rick Kendall ... C has the system interface*/{#ifndef IPSC return nice(*ival);#else return 0;#endif}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -