2. SQLar Top

The SQLar utility interfaces writes to a file called sqlar_util.c and a header file called sqlar_util.h.

<<sqlar_util.c>>=
#include <string.h>
#include <sqlite3.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <zlib.h>
#include "s9core.h"
#include "s9import.h"
#include "s9ext.h"
#include "runt.h"
#include "graforge.h"
#include "runt_graforge.h"
#include "soundpipe.h"
#include "runt_ftbl.h"
#include "monolith.h"

#include "sqlar_util.h"
<<sqlar_macros>>
<<static_sqlar_function_declarations>>
int sqlar_main(int argc, char *argv[]);
<<sqlar_functions>>
<<sqlar_util.h>>=
#ifndef SQLAR_SCHEME_H
#define SQLAR_SCHEM_H
<<sqlar_function_declarations>>
#endif



prev | home | next