/* booz.h */
/* this file is public domain */
/* T_UINT16 must be an unsigned data type of exactly 16 bits */
#define T_UINT16 unsigned short
/* Define FIXFNAME to activate the fixfname()
/* OBSOLETE -- NOW PART OF BOOZ.H */
/* System-specific options for Booz */
/* T_UINT16 must be an unsigned data type of exactly 16 bits */
#define T_UINT16 unsigned short
/* Define FIXFNA
/* booz.h */
/* this file is public domain */
/* T_UINT16 must be an unsigned data type of exactly 16 bits */
#define T_UINT16 unsigned short
/* Define FIXFNAME to activate the fixfname()
/* OBSOLETE -- NOW PART OF BOOZ.H */
/* System-specific options for Booz */
/* T_UINT16 must be an unsigned data type of exactly 16 bits */
#define T_UINT16 unsigned short
/* Define FIXFNA
#if !defined (_SYS_USER_H)
#define _SYS_USER_H
#define UMAGIC 0x10f
struct fpstate
{
unsigned long state[27];
unsigned long status;
};
struct user
{
unsigned short u_magic;
un
#ifndef _LINUX_MATH_EMU_H
#define _LINUX_MATH_EMU_H
struct fpu_reg {
char sign;
char tag;
long exp;
unsigned sigl;
unsigned sigh;
};
/* This structure matches the layout of the data saved to t