wgc.h

来自「seismic software,very useful」· C头文件 代码 · 共 35 行

H
35
字号
/* wgc.h - include file for wgc code4 to sun format connversion functions */#ifndef WGC_H#define WGC_H/* INCLUDES */#include "cwp.h"#include <errno.h>#include <fcntl.h>/* GLOBAL DECLARATIONS */ /* int xargc;  char **xargv; *//* FUNCTION PROTOTYPES */#ifdef __cplusplus  /* if C++, specify external C linkage */extern "C" {#endif/* ascii to ebcdic */long int fascii_(unsigned char *in,unsigned char *out,int length,int ibitof); /* ebcdix to ascii */long int tascii_(unsigned char *in,unsigned char *out,int length,int ibiton); #ifdef __cplusplus  /* if C++ (external C linkage is being specified) */}#endif#endif /* WGC_H */

⌨️ 快捷键说明

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