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
/
d.h
blob: a597b01c5d04b4d90046ee71d39e5ff27083286f (
plain
)
1
2
3
4
5
6
#ifndef D_H #define D_H #include "a.h" #include "b.h" const int d = a+b; #endif