Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

liberopops.h File Reference

This file contains some general defines. More...

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


Detailed Description

This file contains some general defines.

Author:
Enrico Tassi   <sorry guy>

Definition in file liberopops.h.


Define Documentation

#define ALT_LIBERO_CONF   CONFDIR "libero.cfg"
 

the user config file

Definition at line 50 of file liberopops.h.

#define B  )     floor(MAX(log10(n),0) + 1)
 

len

Definition at line 41 of file liberopops.h.

#define CONFDIR   "/.liberopops/"
 

the user configuration dir

Definition at line 47 of file liberopops.h.

#define HIDDEN   static
 

tags functions NOT exported by a module

Definition at line 44 of file liberopops.h.

#define LIBEROPOPS_SHARE   "./"
 

the share path

Definition at line 54 of file liberopops.h.

#define MAX a,
 )     ((a<b)?(b):(a))
 

max of two

Definition at line 37 of file liberopops.h.

#define MIN a,
 )     (((a)<(b))?(a):(b))
 

min of two

Definition at line 32 of file liberopops.h.


Variable Documentation

char* configfile
 

global var for -c option

Definition at line 28 of file liberopops.h.

int verbose_output
 

global var for -v option

Definition at line 26 of file liberopops.h.


Generated on Wed May 5 15:48:04 2004 for LiberoPOPs by doxygen 1.3.6-20040222