qc.hlp (Table of Contents; Topic list)
strlwr, strupr, _fstrlwr, _frstrupr
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <string.h>
 
  Syntax:   char *strlwr( char *string );
            char *strupr( char *string );
            char _far *_fstrlwr( char _far *string );
            char _far *_frstrupr( char _far *string );
 
  Returns:  a pointer to the converted string.
                                    -♦-