#include <tslib.h>

int main()
{
    ts_open("foo", 0);
    return 0;
}