pgagetdatatype(8) debian man page | unix.com

Man Page: pgagetdatatype

Operating Environment: debian

Section: 8

PGAGetDataType(8)						      PGAPack							 PGAGetDataType(8)

NAME
PGAGetDataType - Returns the data type used by the given context.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetDataType(ctx) PGAContext *ctx
LOCATION
pga.c
EXAMPLE
Example: PGAContext *ctx; int datatype; : datatype = PGAGetDataType(ctx); switch (datatype) { case PGA_DATATYPE_BINARY: printf("Data Type = PGA_DATATYPE_BINARY0); break; case PGA_DATATYPE_CHARACTER: printf("Data Type = PGA_DATATYPE_CHARACTER0); break; case PGA_DATATYPE_INTEGER: printf("Data Type = PGA_DATATYPE_INTEGER0); break; case PGA_DATATYPE_REAL: printf("Data Type = PGA_DATATYPE_REAL0); break; case PGA_DATATYPE_USER: printf("Data Type = PGA_DATATYPE_USER0); break; } 05/01/95 PGAGetDataType(8)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgadebugprint(3) - debian
pgasetuserfunction(8) - debian
data::dump::filtered5.18(3) - mojave
data::dump::filtered(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results