A type-c file contains handwritten C code that is to be combined with the generated code to form the complete processor.
This macro is attached to a product file.
#include <string.h>
#include "csm.h"
#include "envmod.h"
#include "pdl_gen.h"
#include "treecon.h"
Make the prototype of the evaluator available[46]
Implementation of the memory module[44]
int
main(int argc, char* argv[])
{ Code to construct the tree[47]
Code to carry out the computations over the tree[48]
return 0;
}