diff options
Diffstat (limited to 'Inferno/spim/include/lib9.h')
| -rw-r--r-- | Inferno/spim/include/lib9.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Inferno/spim/include/lib9.h b/Inferno/spim/include/lib9.h new file mode 100644 index 00000000..649829be --- /dev/null +++ b/Inferno/spim/include/lib9.h @@ -0,0 +1,8 @@ +#include <u.h> +#include <kern.h> + +/* + * Extensions for Inferno to basic libc.h + */ + +#define __LITTLE_ENDIAN /* math/dtoa.c; longs in MIPS doubles are little-endian in LE mode */ |
