📄 test_iasp.c
字号:
/* * This source code is provided to test the installation of libiasp. * Depending on the directory specified for installation, * you should be able to compile this source with : f77 -O -o test_iasp test_iasp.c -I$(prefixdir)/include/iasp -L(prefixdir)lib/ -liasp and then run it : ./test_iasp*/#include <stdio.h>#include <iasp.h>struct ttime tt;main(){ wtptt("P",80.0,33.9,&tt); printf("%f\n",tt.tt);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -