c_eb2asc - Converts EBCDIC character string to ASCII

SYNTAX

#include "worgen.h"

FUNCTION c_eb2asc (buf,nbytes)

     char               *buf;
     long               *nbytes;

PARAMETERS

buf (input/output, character, length (*))

On input, buf is the EBCDIC character string that is to be converted. On output, buf is the ASCII character string.

nbytes (input, integer)

Number of bytes in buf that are to be converted.

DESCRIPTION

The c_eb2asc() routine is used to convert an EBCDIC character string to an ASCII character string.

RETURN VALUE

c_eb2asc() has no return values.