/*************************************************************************************************************************************/
/* */
/* 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 '$xiida/fonction$ARG' sur 'LACT19' : */
/* */
/* Jean-Francois COLONNA (LACTAMME, 20240626121811). */
/* */
/*************************************************************************************************************************************/
/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/* */
/* 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 __Idumpc_image \
Idumpc_image
=define _Idumpc_image( \
Argument_____imageA \
) \
Idumpc_image( \
Argument_____imageA \
)
#define Idumpc_image( \
Argument_____imageA \
) \
_Idumpc_image( \
Argument_____imageA \
)
=define __Idumpd_image \
Idumpd_image
=define _Idumpd_image( \
Argument_____imageA \
) \
Idumpd_image( \
Argument_____imageA \
)
#define Idumpd_image( \
Argument_____imageA \
) \
_Idumpd_image( \
Argument_____imageA \
)
=define __Idumpx_image \
Idumpx_image
=define _Idumpx_image( \
Argument_____imageA \
) \
Idumpx_image( \
Argument_____imageA \
)
#define Idumpx_image( \
Argument_____imageA \
) \
_Idumpx_image( \
Argument_____imageA \
)
=define __IPostScript_image_Noir_et_Blanc \
IPostScript_image_Noir_et_Blanc
=define _IPostScript_image_Noir_et_Blanc( \
Argument_____imageA \
,Argument_____translation_horizontale \
,Argument_____translation_verticale \
,Argument_____echelle_horizontale \
,Argument_____echelle_verticale \
,Argument_____optimiser_la_conversion_PostScript \
,Argument_____nombre_d_exemplaires \
) \
IPostScript_image_Noir_et_Blanc( \
Argument_____imageA \
,Argument_____translation_horizontale \
,Argument_____translation_verticale \
,Argument_____echelle_horizontale \
,Argument_____echelle_verticale \
,Argument_____optimiser_la_conversion_PostScript \
,Argument_____nombre_d_exemplaires \
)
#define IPostScript_image_Noir_et_Blanc( \
Argument_____imageA \
,Argument_____translation_horizontale \
,Argument_____translation_verticale \
,Argument_____echelle_horizontale \
,Argument_____echelle_verticale \
,Argument_____optimiser_la_conversion_PostScript \
,Argument_____nombre_d_exemplaires \
) \
_IPostScript_image_Noir_et_Blanc( \
Argument_____imageA \
,Argument_____translation_horizontale \
,Argument_____translation_verticale \
,Argument_____echelle_horizontale \
,Argument_____echelle_verticale \
,Argument_____optimiser_la_conversion_PostScript \
,Argument_____nombre_d_exemplaires \
)
=define __IPostScript_image_en_vraies_couleurs \
IPostScript_image_en_vraies_couleurs
=define _IPostScript_image_en_vraies_couleurs( \
Argument_____imageA_ROUGE \
,Argument_____imageA_VERTE \
,Argument_____imageA_BLEUE \
,Argument_____translation_horizontale \
,Argument_____translation_verticale \
,Argument_____echelle_horizontale \
,Argument_____echelle_verticale \
,Argument_____optimiser_la_conversion_PostScript \
,Argument_____nombre_d_exemplaires \
) \
IPostScript_image_en_vraies_couleurs( \
Argument_____imageA_ROUGE \
,Argument_____imageA_VERTE \
,Argument_____imageA_BLEUE \
,Argument_____translation_horizontale \
,Argument_____translation_verticale \
,Argument_____echelle_horizontale \
,Argument_____echelle_verticale \
,Argument_____optimiser_la_conversion_PostScript \
,Argument_____nombre_d_exemplaires \
)
#define IPostScript_image_en_vraies_couleurs( \
Argument_____imageA_ROUGE \
,Argument_____imageA_VERTE \
,Argument_____imageA_BLEUE \
,Argument_____translation_horizontale \
,Argument_____translation_verticale \
,Argument_____echelle_horizontale \
,Argument_____echelle_verticale \
,Argument_____optimiser_la_conversion_PostScript \
,Argument_____nombre_d_exemplaires \
) \
_IPostScript_image_en_vraies_couleurs( \
Argument_____imageA_ROUGE \
,Argument_____imageA_VERTE \
,Argument_____imageA_BLEUE \
,Argument_____translation_horizontale \
,Argument_____translation_verticale \
,Argument_____echelle_horizontale \
,Argument_____echelle_verticale \
,Argument_____optimiser_la_conversion_PostScript \
,Argument_____nombre_d_exemplaires \
)
=define __Iliste_image \
Iliste_image
=define _Iliste_image( \
Argument_____imageA \
,Argument_____seuil_de_display \
,Argument_____editer_des_commentaires \
) \
Iliste_image( \
Argument_____imageA \
,Argument_____seuil_de_display \
,Argument_____editer_des_commentaires \
)
#define Iliste_image( \
Argument_____imageA \
,Argument_____seuil_de_display \
,Argument_____editer_des_commentaires \
) \
_Iliste_image( \
Argument_____imageA \
,Argument_____seuil_de_display \
,Argument_____editer_des_commentaires \
)