pgasetcharacterinittype(2) debian man page | unix.com

Man Page: pgasetcharacterinittype

Operating Environment: debian

Section: 2

PGASetCharacterInitType(2)					      PGAPack						PGASetCharacterInitType(2)

NAME
PGASetCharacterInitType - sets a flag to specify whether the character strings will be exclusively lowercase, exclusively uppercase, or a mixure of both cases.
DESCRIPTION
Legal flags are PGA_CINIT_UPPER, PGA_CINIT_LOWER, and PGA_CINIT_MIXED. Default is PGA_CINIT_LOWER.
INPUT PARAMETERS
ctx - context variable value - symbolic constant specifying which case
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetCharacterInitType(ctx, value) PGAContext *ctx int value
LOCATION
char.c
EXAMPLE
Set program to generate exclusively uppercase letters PGAContext *ctx; : PGASetCharacterInitType(ctx, PGA_CINIT_UPPER); 05/01/95 PGASetCharacterInitType(2)
Related Man Pages
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
pgadebugprint(3) - debian
pgasortpop(8) - debian
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph