1 2 3 4 5 6 7 8 9
#include "EXTERN.h" #include "perl.h" #include <stdio.h> int userinit() { install_null(); /* install device /dev/null or NUL: */ return 0; }