repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update Unicode docs
[factor/jcg.git]
/
basis
/
unix
/
stat
/
linux
/
linux.factor
blob
f1c931617e8a5afb5ea83418016986781ec966ef
1
USING: alien.syntax layouts combinators vocabs.loader ;
2
IN: unix.stat
3
4
cell-bits
5
{
6
{ 32 [ "unix.stat.linux.32" require ] }
7
{ 64 [ "unix.stat.linux.64" require ] }
8
} case