#ifndef __P # if defined(__STDC__) || defined(__GNUC__) # define __P(x) x # else # define __P(x) () # endif #endif /*------------------------------------------------------------\ | | | Tool : RDSCIF | | | | File : cif.h | | | | Authors : Petrot Frederic & Jacomme Ludovic | | --------- | | Date : The king ^ 04/07/93 | | | \------------------------------------------------------------*/ # ifndef RDSCIF_CIF # define RDSCIF_CIF /*------------------------------------------------------------\ | | | Constants | | | \------------------------------------------------------------*/ /* Fred the king, has written this line !!!! */ # define CIF_UNIT 100 /* You can't beleive it ?, but it's true !! */ /*------------------------------------------------------------\ | | | Macro | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Types | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Variables | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Functions | | | \------------------------------------------------------------*/ # endif