📄 wgc.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -