/*------------------------------------------------------------\ | | | Tool : RDS | | | | File : rtlacces.h | | | | Authors : Jacomme Ludovic | | | | Date : 27.06.95 | | | \------------------------------------------------------------*/ # ifndef RTL_ACCES_H # define RTL_ACCES_H #ifndef __P # if defined(__STDC__) || defined(__GNUC__) # define __P(x) x # else # define __P(x) () # endif #endif /*------------------------------------------------------------\ | | | Constants | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Types | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Variables | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Functions | | | \------------------------------------------------------------*/ extern void cifloadrdsfig(); extern void gdsloadrdsfig(); extern void cifsaverdsfig(); extern void gdssaverdsfig(); # endif