⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fputtr.su.lib

📁 su 的源代码库
💻 LIB
字号:
FPUTTR - Routines to put an SU trace to a file fputtr		put a segy trace to a file by file pointerfvputtr		put a segy trace to a file by file pointer (variable ns)puttr		macro using fputtr to put a trace to stdinvputtr		macro using fputtr to put a trace to stdin (variable ns) Function Prototype:void fputtr(FILE *fp, segy *tp);void fvputtr(FILE *fp, segy *tp);Returns:	void Notes:The functions puttr(x) vputtr(x) are macros defined in segy.hdefine puttr(x)	fputtr(stdin, (x))define vputtr(x)	fvputtr(stdin, (x))Usage example: 	segy tr; 	... 	while (gettr(&tr)) { 		tr.offset = abs(tr.offset); 		puttr(&tr); 	} 	...Authors: SEP: Einar Kjartansson, Stew Levin CWP: Shuki Ronen, Jack Cohen

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -