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-2007
49 University Corporation for Atmospheric Research
50
51 This documentation is free software; you can redistribute it and/or
52 modify it under the terms of the GNU General Public License as
53 published by the Free Software Foundation; either version 2 of the
54 License, or (at your option) any later version.
55
56 This software is distributed in the hope that it will be useful, but
57 WITHOUT ANY WARRANTY; without even the implied warranty of
58 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
59 General Public License for more details.
60
61 You should have received a copy of the GNU General Public License along
62 with this software; if not, write to the Free Software Foundation,
63 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64
65
66
67UNIX April 1998 MPIFNB(3NCARG)