repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libc
/
arch
/
mips
/
gdtoa
/
arith.h
blob
276fc58be8b35bdb96c6edaee8f8de2538f90435
1
/* $NetBSD$ */
2
3
#include <machine/endian.h>
4
5
#if BYTE_ORDER == BIG_ENDIAN
6
#define IEEE_BIG_ENDIAN
7
#else
8
#define IEEE_LITTLE_ENDIAN
9
#endif