Go to the source code of this file.
Defines | |
| #define | MIN(a, b) (((a)<(b))?(a):(b)) |
| min of two | |
| #define | MAX(a, b) ((a<b)?(b):(a)) |
| max of two | |
| #define | B(n) floor(MAX(log10(n),0) + 1) |
| len | |
| #define | HIDDEN static |
| tags functions NOT exported by a module | |
| #define | CONFDIR "/.liberopops/" |
| the user configuration dir | |
| #define | ALT_LIBERO_CONF CONFDIR "libero.cfg" |
| the user config file | |
| #define | LIBEROPOPS_SHARE "./" |
| the share path | |
Variables | |
| int | verbose_output |
| global var for -v option | |
| char * | configfile |
| global var for -c option | |
>Definition in file liberopops.h.
|
|
the user config file
Definition at line 50 of file liberopops.h. |
|
|
len
Definition at line 41 of file liberopops.h. |
|
|
the user configuration dir
Definition at line 47 of file liberopops.h. |
|
|
tags functions NOT exported by a module
Definition at line 44 of file liberopops.h. |
|
|
the share path
Definition at line 54 of file liberopops.h. |
|
|
max of two
Definition at line 37 of file liberopops.h. |
|
|
min of two
Definition at line 32 of file liberopops.h. |
|
|
global var for -c option
Definition at line 28 of file liberopops.h. |
|
|
global var for -v option
Definition at line 26 of file liberopops.h. |
1.3.6-20040222