#include "worgen.h"
FUNCTION c_eb2asc (buf,nbytes)
char *buf; long *nbytes;
On input, buf is the EBCDIC character string that is to be converted. On output, buf is the ASCII character string.
Number of bytes in buf that are to be converted.
The c_eb2asc() routine is used to convert an EBCDIC character string to an ASCII character string.
c_eb2asc() has no return values.