#include "clib.h"

void printstr()
{
    cout << "clib: test for compiling a DLL with makecint for pure c code..." << endl;
}

