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