#include "worgen.h"
FUNCTION c_low2up (buf, nbytes)
char *buf; long *nbytes;
On input, buf is the ASCII character string that may contain upper and lowercase characters. On output, buf is the ASCII character string with all uppercase characters. The nonalphabetic and uppercase characters are unchanged.
Number of bytes in buf that are to be converted.
The c_low2up() routine is used to convert an ASCII character string to uppercase.
c_low2up() has no return values.