Mathc complexes/Fichiers h : v a4

Un livre de Wikilivres.

Bibliothèque

Installer ce fichier dans votre répertoire de travail.

w_a.h
/* ------------------------------------ */
/*  Save as :   w_a.h                   */
/* ------------------------------------ */

/* ------------------------------------ */   
/* Standard file                        */
/* ------------------------------------ */   
#include    <stdio.h>
#include   <stdlib.h>
#include   <stddef.h>
#include    <ctype.h>
#include     <time.h>
#include     <math.h>
/* ------------------------------------ */   
/* Help                                 */
/* ------------------------------------ */
#include      "z_d.h"  /* Define, Macro                 */
#include      "z_s.h"  /* clrscrn, stop, stop_w, pause  */
#include      "z_r.h"  /* r_I, rp_I                     */
/* ------------------------------------ */
/* Complexes numbers                    */
/* ------------------------------------ */
#include "w_z.h"                 
/* ------------------------------------ */   
/* Create                               */
/* ------------------------------------ */
#include "wi.h"                                   
/* ------------------------------------ */   
/* Copy                                 */
/* ------------------------------------ */   
#include "wc.h" 
/* ------------------------------------ */   
/* Print                                */
/* ------------------------------------ */
#include "wp.h"                 
/* ------------------------------------ */   
/* Basic operation                      */
/* ------------------------------------ */ 
#include "wb.h" 
/* ------------------------------------ */   
/* Rand                                 */
/* ------------------------------------ */   
#include "wr.h"   
/* ------------------------------------ */
/* ------------------------------------ */


Le fichier w_a.h appellera tous les fichiers h de la librairie.