This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 4.0 patch 33: patch #20, continued
[perl5.git] / atarist / usersub.c
CommitLineData
2b69d0c2
LW
1#include "EXTERN.h"
2#include "perl.h"
3#include <stdio.h>
4
5int userinit()
6{
7 install_null(); /* install device /dev/null or NUL: */
8 return 0;
9}