1MPIFNB(3NCARG) NCAR GRAPHICS MPIFNB(3NCARG)
2
3
4
6 MPIFNB - A simple utility function that finds the index of the first
7 non-blank character in a character string.
8
10 IFNB=MPIFNB(CHRS)
11
13 #include <ncarg/ncargC.h>
14
15 int c_mpifnb (char *chrs)
16
18 CHRS is an input expression of type CHARACTER.
19
21 The C-binding argument description is the same as the FORTRAN argument
22 description.
23
25 The statement "IFNB=MPIFNB(CHRS)" sets the value of IFNB to the index
26 (between 1 and LEN(CHRS)) of the first non-blank character in the
27 character string CHRS.
28
30 None.
31
33 To use MPIFNB or c_mpifnb, load the NCAR Graphics libraries ncarg,
34 ncarg_gks, and ncarg_c, preferably in that order.
35
37 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
38 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
39 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
40 maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc,
41 mapsti, mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln,
42 mpfnme, mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpilnb, mpiola,
43 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
44 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
45 ncarg_cbind
46
48 Copyright (C) 1987-2009
49 University Corporation for Atmospheric Research
50 The use of this Software is governed by a License Agreement.
51
52
53
54UNIX April 1998 MPIFNB(3NCARG)