index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
g.h
blob: 2a590177f8c32a2302eab4eb7fcc8a49035a5286 (
plain
)
1
2
3
4
5
6
#ifndef G_H #define G_H #include "c.h" #include "g1.h" const int g1 = aux_g*c*7; #endif