repo.or.cz
/
tart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added bits/wordsize.h.
[tart.git]
/
libc
/
include
/
bits
/
wordsize.h
blob
98006959839b1efcf1d11227c5b68e592f679a73
1
#ifndef _WORDSIZE_H
2
#define _WORDSIZE_H
3
4
#ifdef __arm__
5
#define __WORDSIZE 32
6
#else
7
#error
"Architecture not recognized."
8
#endif
9
10
#endif
/* _WORDSIZE_H */