ClientDriver for remote access and EmbeddedDriver for local access
The default constructor should always use the simplest, possible way
to connect to an embedded database.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
/**
* libtest/func2.c
* Copyright (C) 2008 Markus Broeker
*/
#include <stdio.h>
void func2 ()
{
printf ("Func2: Implement me\n");
}