Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <ascii_ebcdic.h> char*_a2e_dup (char* z); char*_e2a_dup (char* z); | |
Description | These functions create a new string by taking the string z passed as a parameter and converting it from ASCII to EBCDIC or vice versa. The memory for the new string is allocated by means of | |
Return val. | New EBCDIC or ASCII string (if successful) NULL, if there is insufficient memory | |
See also |
|