Linear Algebra and the C Language/a00a
Install this file in your working directory.
/* ------------------------------------ */
/* Save as : v_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 */
#include "z_r.h" /* r_I, rp_I */
/* ------------------------------------ */
/* ------------------------------------ */
The "v_a.h" file will call all h files.
It starts with the standard C language files.
The Help file category will contain functions for controlling the screen, creating random numbers ...