/*************************************************************************************************************************************/ /* */ /* 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 '$xiidG/fonction.2$ARG' sur 'LACT19' : */ /* */ /* Jean-Francois COLONNA (LACTAMME, 20240626121803). */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* 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 : */ /* */ /*************************************************************************************************************************************/ #ifdef __VERSION__COMPILER_LE_GRAPHIQUE_SILICON_GRAPHICS =define __IGstore_image_au_format_SGI \ IGstore_image_au_format_SGI =define _IGstore_image_au_format_SGI( \ Argument_____nom_de_l_image \ ,Argument_____imageA_ROUGE \ ,Argument_____imageA_VERTE \ ,Argument_____imageA_BLEUE \ ) \ IGstore_image_au_format_SGI( \ Argument_____nom_de_l_image \ ,Argument_____imageA_ROUGE \ ,Argument_____imageA_VERTE \ ,Argument_____imageA_BLEUE \ ) #define IGstore_image_au_format_SGI( \ Argument_____nom_de_l_image \ ,Argument_____imageA_ROUGE \ ,Argument_____imageA_VERTE \ ,Argument_____imageA_BLEUE \ ) \ _IGstore_image_au_format_SGI( \ Argument_____nom_de_l_image \ ,Argument_____imageA_ROUGE \ ,Argument_____imageA_VERTE \ ,Argument_____imageA_BLEUE \ ) =define __IGload_image_au_format_SGI \ IGload_image_au_format_SGI =define _IGload_image_au_format_SGI( \ Argument_____nom_de_l_image \ ,Argument_____imageR_ROUGE \ ,Argument_____imageR_VERTE \ ,Argument_____imageR_BLEUE \ ) \ IGload_image_au_format_SGI( \ Argument_____nom_de_l_image \ ,Argument_____imageR_ROUGE \ ,Argument_____imageR_VERTE \ ,Argument_____imageR_BLEUE \ ) #define IGload_image_au_format_SGI( \ Argument_____nom_de_l_image \ ,Argument_____imageR_ROUGE \ ,Argument_____imageR_VERTE \ ,Argument_____imageR_BLEUE \ ) \ _IGload_image_au_format_SGI( \ Argument_____nom_de_l_image \ ,Argument_____imageR_ROUGE \ ,Argument_____imageR_VERTE \ ,Argument_____imageR_BLEUE \ ) #Aifdef __VERSION__COMPILER_LE_GRAPHIQUE_SILICON_GRAPHICS #Eifdef __VERSION__COMPILER_LE_GRAPHIQUE_SILICON_GRAPHICS