#define _C_XX /* * ---------------------------------------------------------------------------- * * Fichier : XX.c * Langage : C ANSI * Auteur : F. Boyer * Creation : 7 septembre 1997 * ---------------------------------------------------------------------------- * Description : * * ---------------------------------------------------------------------------- * Interventions * >>>>>>>>>>>>> * ---------------------------------------------------------------------------- * Fonctions definies * Locales : * Exportees : main. * * ---------------------------------------------------------------------------- */ /****************************************************************************/ /*------------------- INCLUSION DES INTERFACES SYSTEMES --------------------*/ /****************************************************************************/ #include /****************************************************************************/ /*----------------- INCLUSION DES INTERFACES APPLICATIVES ------------------*/ /****************************************************************************/ #include /****************************************************************************/ /*------------------- CONSTANTES, MACROS & TYPES LOCAUX --------------------*/ /****************************************************************************/ /****************************************************************************/ /*------------------- SIGNATURES DES FONCTIONS LOCALES ---------------------*/ /****************************************************************************/ /****************************************************************************/ /*------------------- DEFINITIONS DES VARIABLES LOCALES --------------------*/ /****************************************************************************/ /****************************************************************************/ /*------------------- IMPLANTATION DES FONCTIONS LOCALES -------------------*/ /****************************************************************************/ /* * ---------------------------------------------------------------------------- * * Fonction : * Resultat : * Parametres : * Nom Type Role * * Description : * * ---------------------------------------------------------------------------- */ /****************************************************************************/ /*------------------ IMPLANTATION DES FONCTIONS EXPORTEES ------------------*/ /****************************************************************************/ /* * ---------------------------------------------------------------------------- * * Fonction : main * Resultat : int Code d'erreur commande. * Parametres : * Nom Type Role * * Description : * Point d'entree du programme "XX" obtenu par compilation du fichier * "XX.c" (gcc -o XX XX.c). * * ---------------------------------------------------------------------------- */ int main() { return(0); }