index
:
oasis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
probe
/
HAVE___BUILTIN_BSWAP16
blob: 7afd2481898524c487abc963d508f65b93faa905 (
plain
)
1
2
3
4
unsigned x = 0xff; int main(void) { return __builtin_bswap16(x) & 0xff; }