index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
7c
/
machcap.c
blob: 79f4d67d71bfdd65c23124265f9defded70a0065 (
plain
)
1
2
3
4
5
6
7
8
9
#include
"gc.h"
int
machcap
(
Node
*
n
)
{
if
(
n
==
Z
)
/* test */
return
1
;
return
0
;
}