The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/*

Main Routines

This file contains most of the initialisation and control functions

(C) Justin Schoeman 1998

*/

#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#ifdef MMX
#include <mmx.h>
#endif