#ifndef __P # if defined(__STDC__) || defined(__GNUC__) # define __P(x) x # else # define __P(x) () # endif #endif /*------------------------------------------------------------\ | | | Tool : RDS | | | | File : rtlenv.h | | | | Authors : Jacomme Ludovic | | | | Date : 27.06.95 | | | \------------------------------------------------------------*/ # ifndef RTL_ENV_H # define RTL_ENV_H /*------------------------------------------------------------\ | | | Constants | | | \------------------------------------------------------------*/ # define RTL_DEFAULT_IN "gds" # define RTL_DEFAULT_OUT "gds" # define RTL_DEFAULT_AREA 1000 /*------------------------------------------------------------\ | | | Types | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Variables | | | \------------------------------------------------------------*/ extern char *RDS_CIF_FORMAT; extern char *RDS_GDS_FORMAT; /*------------------------------------------------------------\ | | | Functions | | | \------------------------------------------------------------*/ # endif