2. Tangled Files

<<txtvm.h>>=
#ifndef TXTVM_H
#define TXTVM_H
<<exported_macros>>
<<typedefs>>
<<funcdefs>>
#ifdef TXTVM_PRIV
<<structs>>
#endif
#endif
<<txtvm.c>>=
#include <stdlib.h>
#define TXTVM_PRIV
#include "txtvm.h"
<<macros>>
<<constants>>
<<static_funcdefs>>
<<funcs>>



prev | home | next