?? gcf400.h
字號:
/* GCF400.H --- General C Functions for/with AS/400*/#ifndef GCF400_H_INCLUDE# define GCF400_H_INCLUDE/* SCO UNIX, ... */#include "CMNDEF.h"#include <string.h>#include <math.h>typedef union{ long long_val; double double_val;} LDU;USGC ASCIItoEBCDIC(USGC c);USGC EBCDICtoASCII(USGC c);USGS EBCDIC_cvt6B_7x(USGS EBCDIC_Code);USGS EBCDIC_cvt7x_6B(USGS EBCDIC_Code);USGS HZ_A2E(USGS GB_Code);USGS HZ_E2A(USGS EBCDIC_Code);int Str_A2E(USGC *src, int src_len, USGC *dest);int Str_E2A(USGC *src, int src_len, USGC *dest);int CvtFldA2E(USGC *Ebuf, int lenE, char fld_type, int fld_len, int fld_dec, USGC *Abuf, int lenA, LDU *val_ptr);int CvtFldE2A(USGC *Ebuf, int lenE, char fld_type, int fld_len, int fld_dec, USGC *Abuf, int lenA, LDU *val_ptr);USGC *truncate_Estr(USGC *Estr, int len);int C400trigraphs_to_std_C(USGC *strfrom, USGC *strto);int std_C_to_C400trigraphs(USGC *strfrom, USGC *strto);#endif /* GCF400_H_INCLUDE *//* End of file */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -