packages feed

hs-bibutils-0.1: cbits/stub.c

#include <stdio.h>

FILE *c_stdout()
{
    return stdout;
}

FILE *c_stdin()
{
    return stdin;
}