2. Generated Files

crate.c I think is fine? Note that crate will use some functionality from zet.

Create relies on constructs from weewiki and the zet, so those headers file should be tangled out before trying to compile this one (the weewiki build system tangles everything before compilation, so this should be a non-issue).

<<crate.c>>=
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sqlite3.h>
#include "weewiki.h"
#include "zet.h"
<<funcdefs>>
<<static_funcdefs>>
<<funcs>>



prev | home | next