#include "EXTERN.h"
#include "perl.h"
#include <stdio.h>

int userinit()
{
#ifndef __MINT__
    install_null();	/* install device /dev/null or NUL: */
#endif
    return 0;
}
