/*************************************************************************************************************************************/
/* */
/* D E F I N I T I O N D E S F O N C T I O N S E T D E L E U R S A R G U M E N T S : */
/* */
/* */
/* Dans ce fichier, se trouvent toutes */
/* les donnees necessaires a la validation */
/* du nombre des arguments lors de l'appel */
/* d'une fonction. */
/* */
/* */
/* Contenu : */
/* */
/* On trouvera donc ici deux types de */
/* definitions : */
/* */
/* 1 - permettant d'atteindre une fonction */
/* 'f' sans valider le nombre d'arguments, */
/* et ce en utilisant le nom '__f' : */
/* */
/* =define __f f */
/* */
/* 2 - permettant de valider le nombre */
/* d'arguments lors d'une utilisation */
/* quelconque d'une fonction 'f' : */
/* */
/* =define _f(args) f(args) */
/* #define f(args) _f(args) */
/* */
/* */
/* Author of '$xig/edite$vv$ARG' sur 'LACT19' : */
/* */
/* Jean-Francois COLONNA (LACTAMME, 20240626121759). */
/* */
/*************************************************************************************************************************************/
/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/* */
/* D E F I N I T I O N D E S F O N C T I O N S E T D E L E U R S A R G U M E N T S : */
/* */
/*************************************************************************************************************************************/
=define __Fedition_des_formats_d_edition_des_constantes_fondamentales \
Fedition_des_formats_d_edition_des_constantes_fondamentales
=define _Fedition_des_formats_d_edition_des_constantes_fondamentales( \
\
) \
Fedition_des_formats_d_edition_des_constantes_fondamentales( \
\
)
#define Fedition_des_formats_d_edition_des_constantes_fondamentales( \
\
) \
_Fedition_des_formats_d_edition_des_constantes_fondamentales( \
\
)
=define __Fedition_des_constantes_fondamentales \
Fedition_des_constantes_fondamentales
=define _Fedition_des_constantes_fondamentales( \
Argument_____constante_recherchee \
) \
Fedition_des_constantes_fondamentales( \
Argument_____constante_recherchee \
)
#define Fedition_des_constantes_fondamentales( \
Argument_____constante_recherchee \
) \
_Fedition_des_constantes_fondamentales( \
Argument_____constante_recherchee \
)
=define __Fexploitation_des_principaux_operateurs_generaux \
Fexploitation_des_principaux_operateurs_generaux
=define _Fexploitation_des_principaux_operateurs_generaux( \
Argument_____operateur_general_recherche \
) \
Fexploitation_des_principaux_operateurs_generaux( \
Argument_____operateur_general_recherche \
)
#define Fexploitation_des_principaux_operateurs_generaux( \
Argument_____operateur_general_recherche \
) \
_Fexploitation_des_principaux_operateurs_generaux( \
Argument_____operateur_general_recherche \
)
=define __Fexploitation_des_principaux_operateurs_images \
Fexploitation_des_principaux_operateurs_images
=define _Fexploitation_des_principaux_operateurs_images( \
Argument_____operateur_image_recherche \
) \
Fexploitation_des_principaux_operateurs_images( \
Argument_____operateur_image_recherche \
)
#define Fexploitation_des_principaux_operateurs_images( \
Argument_____operateur_image_recherche \
) \
_Fexploitation_des_principaux_operateurs_images( \
Argument_____operateur_image_recherche \
)