◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── 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. See also: toupper, tolower, _strrev -♦-