2. Tangled Files

gest.c and gest.h.

Defining GEST_PRIVATE will expose the core gest struct.

<<gest.h>>=
#ifndef GEST_H
#define GEST_H

#ifndef SKFLT
#define SKFLT float
#endif

<<typedefs>>

#ifdef GEST_PRIVATE
<<structs>>
#endif

<<funcdefs>>
#endif
<<gest.c>>=
#include <stdlib.h>
#include <math.h>
#include <stdio.h>
#define GEST_PRIVATE
#include "gest.h"
<<enums>>
<<static_funcdefs>>
<<funcs>>



prev | home | next