/* "ixemul.h" should contain all the common global data for the library. */
/* Since we don't use a shared library, this is just a bunch of externs. */

#include <errno.h>		/* Needed by strtol.c etc. */

extern int errno;		/* For strtol() etc. */
