MPIFNB(3) A simple utility function that finds the index of the first non-blank

SYNOPSIS

IFNB=MPIFNB(CHRS)

C-BINDING SYNOPSIS

#include <ncarg/ncargC.h>

int c_mpifnb (char *chrs)

DESCRIPTION

CHRS
is an input expression of type CHARACTER.

C-BINDING DESCRIPTION

The C-binding argument description is the same as the FORTRAN argument description.

USAGE

The statement "IFNB=MPIFNB(CHRS)" sets the value of IFNB to the index (between 1 and LEN(CHRS)) of the first non-blank character in the character string CHRS.

EXAMPLES

None.

ACCESS

To use MPIFNB or c_mpifnb, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.

COPYRIGHT

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.