Mathc initiation/Fichiers h : c60a2
Aller à la navigation
Aller à la recherche
Installer ce fichier dans votre répertoire de travail.
![]() |
x_def.h |
---|
/* ---------------------------------- */
/* save as x_def.h */
/* --------------------------------- */
#ifndef PI
#define PI 3.14159265359
#endif
/* ---------------------------------- */
#define H 0.0001 /* For the function fx_x(); */
/* ---------------------------------- */
void clrscrn(void)
{
printf("\n\n\n\n\n\n\n\n\n\n\n"
"\n\n\n\n\n\n\n\n\n\n\n"
"\n\n\n\n\n\n\n\n\n\n\n");
}
/* ---------------------------------- */
void stop(void)
{
printf(" Press return to continue. ");
getchar();
}
/* --------------------------------- */
/* --------------------------------- */
Déclaration des fichiers h.