snalu62_as2eb(3) — Subroutines
Name
snalu62_as2eb − Converts an ASCII-encoded buffer to an EBCDIC-encoded buffer.
FORMAT
void snalu62_as2eb(
char ∗inbuf,
char ∗outbuf,
unsigned int length
);
Arguments
inbuf
A pointer to a char buffer specifying the ASCII-encoded string that the interface should convert.
outbuf
A pointer to a char buffer to receive the EBCDIC-encoded string. The interface null-terminates the buffer.
length
An unsigned int value specifying the number of bytes that the interface should convert.
Description
The input and output buffers should either be identical or not overlap at all.
Return Values
This function does not return a value.