Mathc initiation/a405

Un livre de Wikilivres.


Sommaire

Installer et compiler ces fichiers dans votre répertoire de travail.

a_test.c
/* ---------------------------------- */
/*  Save as :   a_test.c              */
/* ---------------------------------- */
#include     "x_afile.h"
/* ---------------------------------- */
int main(void)
{
   clrscrn();
   
   printf(" Hello world\n\n\n\n");
   
   stop();   
   
 return 0;
}
/* ---------------------------------- */
/* ---------------------------------- */