2. Tangled Files
<<seqvm.c>>=
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef SEQVM_NO_PATCHWERK
#include "graforge.h"
#endif
#define SEQVM_PRIV
#include "seqvm.h"
<<funcs>>
<<seqvm.h>>=
#ifndef SEQVM_H
#define SEQVM_H
<<enums>>
<<macros>>
<<typedefs>>
<<funcdefs>>
#ifdef SEQVM_PRIV
<<structs>>
<<main_struct>>
#endif
#endif
prev | home | next