Aller au contenu

Mathc gnuplot/000y

Un livre de Wikilivres.


Sommaire

Installer ce fichier dans votre répertoire de travail.

x_def.h
/* --------------------------------- */
/* save as x_def.h                   */
/* --------------------------------- */
#ifndef PI
#define PI               3.14159265359
#endif
/* ------------------------------------ */
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();
}
/* ------------------------------------ */
/* ------------------------------------ */