1RDSENV(3)                   RDS PHYSICAL FUNCTIONS                   RDSENV(3)
2
3
4

NAME

6       rdsenv - set user preference
7

SYNOPSIS

9       #include "rtlnnn.h"
10       void rdsenv()
11

PARAMETER

13       none
14

DESCRIPTION

16       The rdsenv function sets the user preferences through  unix environment
17       variables. if all the variables are not  defined,  default  values  are
18       used.
19
20       RDS_TECHNO_NAME
21              Path   to   the  RDS  technology  file.  The  default  value  is
22              "/labo/etc/cmos.rds".
23
24       RDS_IN Defines the physical input file format demanded by the user. The
25              two  possible formats are "cif" and "gds". By default, its value
26              is set to "gds".
27
28       RDS_OUT
29              Defines the physical output file format demanded  by  the  user.
30              The  two  possible  formats are "cif" and "gds". By default, its
31              value is set to "gds".
32

RETURN VALUE

34       none
35

ERRORS

37       nothing
38

EXAMPLE

40               #include "mutnnn.h"
41               #include "rtlnnn.h"
42               main()
43                {
44                  rdsfig_list ∗RdsFigure;
45                  mbkenv();
46                  /∗ ∗/ rdsenv ();
47                  loadrdsparam();
48                  loadrdsfig(RdsFigure, "core", 'A');
49                }
50

SEE ALSO

52       librtl, loadrdsfig, saverdsfig, RDS_IN, RDS_OUT, RDS_TECHNO_NAME
53
54
55
56
57
58
59ASIM/LIP6                       October 1, 1997                      RDSENV(3)
Impressum