Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <ascii_ebcdic.h> char*_a2e (char* z); char*_e2a (char* z); | |
Description | These functions convert the (null-terminated) string z passed as a parameter from ASCII to EBCDIC and vice versa. The conversion takes place on the spot with the help of conversion tables. The corresponding data areas therefore have to be writable. | |
Return val. | The string z passed as a parameter, after its conversion to EBCDIC or ASCII code. | |
See also |
|