repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_alignof.c
blob
4a661346305b949759f434d86d680a36f5879204
1
/* __alignof__ */
2
int
3
main
(
void
)
4
{
5
return
__alignof__
(
short
);
6
}