Aller au contenu

Mathc initiation/Fichiers h : x 18a1

Un livre de Wikilivres.


Sommaire



Installer ce fichier dans votre répertoire de travail.

x_hfile.h
utilitaire
/* ---------------------------------- */
/* 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_init.h"
#include  "x_horner.h"
/* ---------------------------------- */


C'est la déclaration des fichiers h.