/*************************************************************************************************************************************/ /* */ /* T E S T D E S F O N C T I O N S D E G E S T I O N D E P I L E S : */ /* */ /* */ /* Author of '$xtKg/pile.01$K' : */ /* */ /* Jean-Francois COLONNA (LACTAMME, 1987??????????). */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* I N T E R F A C E ' listG ' : */ /* */ /* */ /* :Debut_listG: */ /* :Fin_listG: */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* D I R E C T I V E S S P E C I F I Q U E S D E C O M P I L A T I O N : */ /* */ /*************************************************************************************************************************************/ @define PRAGMA_CPP_____MODULE_NON_DERIVABLE /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* F I C H I E R S D ' I N C L U D E S : */ /* */ /*************************************************************************************************************************************/ #include INCLUDES_BASE /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* P A R A M E T R E S : */ /* */ /*************************************************************************************************************************************/ #define NOMBRE_DE_REPETITIONS \ DIX \ /* Nombre d'entrees a generer. */ #define CHIFFRES \ SIX \ /* Nombre de chiffres a generer dans chaque entree de pile. */ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* T E S T D E S F O N C T I O N S D E G E S T I O N D E P I L E S : */ /* */ /*************************************************************************************************************************************/ BCommande(nombre_d_arguments,arguments) /*-----------------------------------------------------------------------------------------------------------------------------------*/ Bblock DEFV(l_element,INIT(POINTERs(descripteur_de_pile),LISTE_UNDEF)); DEFV(CHAR,INIT(POINTERc(informations),CHAINE_UNDEF)); /*..............................................................................................................................*/ GET_ARGUMENTS_(nombre_d_arguments ,BLOC(VIDE;) ); CREATION_PILE(descripteur_de_pile); Komp(index,NOMBRE_DE_REPETITIONS) Bblock PUSH(descripteur_de_pile,chain_numero(index,CHIFFRES)); Eblock EKom Komp(index,MOIT(NOMBRE_DE_REPETITIONS)) Bblock PULL(descripteur_de_pile,informations); CALZ_FreLL(informations); CAL2(Prin1("PULL = %s\n",informations)); Eblock EKom CAL2(Prin0("\n")); Komp(index,NOMBRE_DE_REPETITIONS) Bblock PUSH(descripteur_de_pile,chain_Aconcaten2("COLONNA ",chain_numero(index,CHIFFRES))); Eblock EKom Komp(index,DOUB(NOMBRE_DE_REPETITIONS)) Bblock PULL(descripteur_de_pile,informations); CALZ_FreLL(informations); CAL2(Prin1("PULL = %s\n",informations)); Eblock EKom DESTRUCTION_PILE(descripteur_de_pile); DESTRUCTION_PILE(descripteur_de_pile); RETU_Commande; Eblock ECommande