Mathc initiation/Fichiers h : c60a1

Un livre de Wikilivres.
Aller à la navigation Aller à la recherche


Sommaire


Installer ce fichier dans votre répertoire de travail.

x_hfile.h
/* ---------------------------------- */
/* save as x_hfile.h                  */
/* ---------------------------------- */
#include    <stdio.h>
#include   <stdlib.h>
#include    <ctype.h>
#include     <time.h>
#include     <math.h>
#include   <string.h>
/* ---------------------------------- */
#include   "x_def.h"
#include "x_strct.h"

#include   "x_f_x.h"

#include  "x_surfxy.h"
#include  "x_surfxz.h"
#include  "x_surfyx.h"
#include  "x_surfyz.h"
#include  "x_surfzx.h"
#include  "x_surfzy.h"
/* ---------------------------------- */


Déclaration des fichiers h.