📄 wtime.h
字号:
/* C/Fortran interface is different on different machines. * You may need to tweak this. */#if defined(IBM)#define wtime wtime#elif defined(CRAY)#define wtime WTIME#else#define wtime wtime_#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -