pgasetdebuglevelbyname(3) debian man page | unix.com

Man Page: pgasetdebuglevelbyname

Operating Environment: debian

Section: 3

PGASetDebugLevelByName(3)					      PGAPack						 PGASetDebugLevelByName(3)

NAME
PGASetDebugLevelByName - Turn on debugging of the named function.
INPUT PARAMETERS
ctx - context variable funcname - name of the function to turn on debugging output
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetDebugLevelByName(ctx, funcname) PGAContext *ctx char *funcname
LOCATION
debug.c
EXAMPLE
PGAContext *ctx; : PGASetDebugLevelByName(ctx, "PGAGetBinaryAllele"); 05/01/95 PGASetDebugLevelByName(3)
Related Man Pages
pgadebugprint(3) - debian
modbus_send_raw_request(3) - debian
pgacreate(8) - debian
pgasortpop(8) - debian
lwres_conf_clear(3) - centos
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?