1c_ftgetc(3NCARG)                 NCAR GRAPHICS                c_ftgetc(3NCARG)
2
3
4

NAME

6       c_ftgetc - retrieve a string valued parameter
7

FUNCTION PROTOTYPE

9       void c_ftgetc(char *, char *);
10

SYNOPSIS

12       void c_ftgetc (pnam, cval);
13

DESCRIPTION

15       pnam        The  name  of  the  control  parameter whose value is to be
16                   retrieved.
17
18       cval        cval will point to a string containing the returned  value.
19                   The  user  is required to reserve enough space to store the
20                   string.
21

USAGE

23       c_ftgetc is a called to obtain current values for  any  of  the  string
24       valued control parameters.
25

ACCESS

27       To use c_ftgetc, load the NCAR Graphics library ngmath.
28

SEE ALSO

30       fitgrid_params, c_ftsetc
31
32       Complete documentation for Fitgrid is available at URL
33       http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
34
36       Copyright (C) 2000
37       University Corporation for Atmospheric Research
38
39       This  documentation  is  free  software; you can redistribute it and/or
40       modify it under the terms of the GNU General  Public  License  as  pub‐
41       lished  by  the  Free  Software  Foundation;  either  version  2 of the
42       License, or (at your option) any later version.
43
44       This software is distributed in the hope that it will  be  useful,  but
45       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
46       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
47       Public License for more details.
48
49       You should have received a copy of the GNU General Public License along
50       with this software; if not, write  to  the  Free  Software  Foundation,
51       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
52
53
54
55
56UNIX                              March 1998                  c_ftgetc(3NCARG)
Impressum