diff options
Diffstat (limited to 'Inferno/386/include/lib9.h')
| -rw-r--r-- | Inferno/386/include/lib9.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Inferno/386/include/lib9.h b/Inferno/386/include/lib9.h new file mode 100644 index 00000000..1767d7b3 --- /dev/null +++ b/Inferno/386/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 only */ |
