Example #1
0
static void
test_teardown(int un)
{
    cuckoo_teardown();
    if (un)
        unlink(DATAPOOL_PATH);
}
Example #2
0
static void
test_teardown(void)
{
    cuckoo_teardown();
}