pstrupr

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

pstrupr, pstrlwr - convert a string to upper- or lowercase

SYNOPSIS

#include <pstring.h>

char *pstrupr (char *str);
char *pstrlwr (char *str);

DESCRIPTION

Convert a string, in-place, to upper or lowercase by applying toupper or tolower to each character in turn.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13